dotfiles/aliases.d/helix.zsh

4 lines
57 B
Bash
Raw Normal View History

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