Catch helix or hx aliasing
This commit is contained in:
parent
9431072374
commit
b5efca9e65
@ -1,3 +1,5 @@
|
|||||||
if (( $+commands[helix] )); then
|
if (( $+commands[helix] )); then
|
||||||
alias hx="helix"
|
alias hx="helix"
|
||||||
|
elif (( $+commands[hx] )); then
|
||||||
|
alias helix="hx"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user