zsh helix
This commit is contained in:
@@ -2,8 +2,8 @@ if (( $+commands[helix] )); then
|
|||||||
alias helix="helix -c $ZSH_POLYJUICE_HELIX_CONFIG_FILE"
|
alias helix="helix -c $ZSH_POLYJUICE_HELIX_CONFIG_FILE"
|
||||||
alias hx="helix -c $ZSH_POLYJUICE_HELIX_CONFIG_FILE"
|
alias hx="helix -c $ZSH_POLYJUICE_HELIX_CONFIG_FILE"
|
||||||
elif (( $+commands[hx] )); then
|
elif (( $+commands[hx] )); then
|
||||||
alias helix="hx -c $zsh_polyjuice_helix_config_file"
|
alias helix="hx -c $ZSH_POLYJUICE_HELIX_CONFIG_FILE"
|
||||||
alias hx="hx -c $zsh_polyjuice_helix_config_file"
|
alias hx="hx -c $ZSH_POLYJUICE_HELIX_CONFIG_FILE"
|
||||||
else
|
else
|
||||||
alias helix="echo HELIX is not installed"
|
alias helix="echo HELIX is not installed"
|
||||||
alias hx="echo HELIX/HX is not installed"
|
alias hx="echo HELIX/HX is not installed"
|
||||||
|
|||||||
Reference in New Issue
Block a user