bash|zshrc: don't alias pacman into wrapper

I think this may be teaching me bad habits and pacman directly on ALARM
seems lighter than yay.
This commit is contained in:
Aminda Suomalainen 2018-12-02 13:26:14 +02:00
parent 9be5b35b32
commit e0f1a39bac
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 10 additions and 10 deletions

View File

@ -575,12 +575,12 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
# As pacman and yay share the same flags
if hash yay 2>/dev/null; then
alias pacman="LANG=en yay --needed"
else
#if hash yay 2>/dev/null; then
# alias pacman="LANG=en yay --needed"
#else
# I don't want to reinstall exact same versions that I have
alias pacman="LANG=en pacman --needed"
fi
alias pacman="LANG=en pacman --needed"
#fi
# Sailfish Network status, via IRC
alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices|less'

View File

@ -573,12 +573,12 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
# As pacman and yay share the same flags
if hash yay 2>/dev/null; then
alias pacman="LANG=en yay --needed"
else
#if hash yay 2>/dev/null; then
# alias pacman="LANG=en yay --needed"
#else
# I don't want to reinstall exact same versions that I have
alias pacman="LANG=en pacman --needed"
fi
alias pacman="LANG=en pacman --needed"
#fi
# Sailfish Network status, via IRC
alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices|less'