{bash,zsh}rc: remove pacman alias

This commit is contained in:
Aminda Suomalainen 2024-08-15 12:18:45 +03:00
parent 4443316c63
commit 3bf84678a1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 0 additions and 10 deletions

View File

@ -561,11 +561,6 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
# Meant for SSL certificates (IRC))
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
# I don't want to reinstall exact same versions that I have
if hash pacman 2> /dev/null; then
alias pacman="LC_ALL=en_DK.UTF-8 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

@ -547,11 +547,6 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
# Meant for SSL certificates (IRC))
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
# I don't want to reinstall exact same versions that I have
if hash pacman 2> /dev/null; then
alias pacman="LC_ALL=en_DK.UTF-8 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'