Catch helix or hx aliasing

This commit is contained in:
Daniel Lynn 2025-04-16 14:55:20 -05:00
parent 9431072374
commit b5efca9e65
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -1,3 +1,5 @@
if (( $+commands[helix] )); then
alias hx="helix"
elif (( $+commands[hx] )); then
alias helix="hx"
fi