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