Files
dotfiles/aliases.d/helix.zsh
T
2025-04-16 14:55:20 -05:00

6 lines
110 B
Bash

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