dotfiles/aliases.d/helix.zsh

6 lines
110 B
Bash

if (( $+commands[helix] )); then
alias hx="helix"
elif (( $+commands[hx] )); then
alias helix="hx"
fi