mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-24 03:04:12 +01:00
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:
parent
9be5b35b32
commit
e0f1a39bac
@ -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'"
|
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
||||||
|
|
||||||
# As pacman and yay share the same flags
|
# As pacman and yay share the same flags
|
||||||
if hash yay 2>/dev/null; then
|
#if hash yay 2>/dev/null; then
|
||||||
alias pacman="LANG=en yay --needed"
|
# alias pacman="LANG=en yay --needed"
|
||||||
else
|
#else
|
||||||
# I don't want to reinstall exact same versions that I have
|
# I don't want to reinstall exact same versions that I have
|
||||||
alias pacman="LANG=en pacman --needed"
|
alias pacman="LANG=en pacman --needed"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# Sailfish Network status, via IRC
|
# Sailfish Network status, via IRC
|
||||||
alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices|less'
|
alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices|less'
|
||||||
|
8
rc/zshrc
8
rc/zshrc
@ -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'"
|
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
||||||
|
|
||||||
# As pacman and yay share the same flags
|
# As pacman and yay share the same flags
|
||||||
if hash yay 2>/dev/null; then
|
#if hash yay 2>/dev/null; then
|
||||||
alias pacman="LANG=en yay --needed"
|
# alias pacman="LANG=en yay --needed"
|
||||||
else
|
#else
|
||||||
# I don't want to reinstall exact same versions that I have
|
# I don't want to reinstall exact same versions that I have
|
||||||
alias pacman="LANG=en pacman --needed"
|
alias pacman="LANG=en pacman --needed"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# Sailfish Network status, via IRC
|
# Sailfish Network status, via IRC
|
||||||
alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices|less'
|
alias sailfish-nstatus='dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices|less'
|
||||||
|
Loading…
Reference in New Issue
Block a user