Revert "shell -> bash -> aliases: Added hx alias in case helix exec exists"

This reverts commit fa16fc2114.
This commit is contained in:
GaspardCulis 2024-06-01 00:37:12 +02:00
parent fa16fc2114
commit 51ad0b920c
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -4,10 +4,6 @@ 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"