6 lines
110 B
Bash
6 lines
110 B
Bash
if (( $+commands[helix] )); then
|
|
alias hx="helix"
|
|
elif (( $+commands[hx] )); then
|
|
alias helix="hx"
|
|
fi
|