From 3bf84678a13a4913d40f8088e42deb238f1ee5fe Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 15 Aug 2024 12:18:45 +0300 Subject: [PATCH] {bash,zsh}rc: remove pacman alias --- rc/bashrc | 5 ----- rc/zshrc | 5 ----- 2 files changed, 10 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 30cdffb4..0660f2c5 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -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' diff --git a/rc/zshrc b/rc/zshrc index 3603926a..89eb5702 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -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'