mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
{bash,zsh}rc: remove pacman alias
This commit is contained in:
parent
4443316c63
commit
3bf84678a1
@ -561,11 +561,6 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
|
|||||||
# Meant for SSL certificates (IRC))
|
# Meant for SSL certificates (IRC))
|
||||||
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
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
|
# 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'
|
||||||
|
|
||||||
|
5
rc/zshrc
5
rc/zshrc
@ -547,11 +547,6 @@ alias connman-wlans='grep -E "Name|Passphrase" /var/lib/connman/wifi*/settings -
|
|||||||
# Meant for SSL certificates (IRC))
|
# Meant for SSL certificates (IRC))
|
||||||
alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
|
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
|
# 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