shell -> bash -> aliases: Added hx alias in case helix exec exists
This commit is contained in:
parent
6713a2422c
commit
fa16fc2114
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ alias esp-idf-setup=". ~/.local/lib/esp-idf/export.sh"
|
|||
|
||||
alias steam="steam-runtime"
|
||||
|
||||
if command -v helix &> /dev/null; then
|
||||
alias hx="helix"
|
||||
fi
|
||||
|
||||
# Git
|
||||
alias gs="git status"
|
||||
alias ga="git add -p"
|
||||
|
|
Loading…
Reference in a new issue