Add helix alias if needed

This commit is contained in:
Daniel Lynn 2022-08-12 23:43:53 -05:00
parent 0ab21e7185
commit eb100e73a7
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

View File

@ -2,3 +2,7 @@ alias e="$EDITOR"
alias app="./bin/app"
alias ll="exa --git --icons --long --grid"
alias lt="exa --git --icons --long --tree --level=2"
if (( $+commands[helix] )); then
alias hx="helix"
fi