From d40f1361415dfb1f2bbda017e921aa65d56b3c41 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 20 Apr 2014 21:54:29 +0300 Subject: [PATCH] bashrc & zshrc: comment lines aliasing apt-* and aptitude to apt. apt doesn't have anything else nice than colours and progress bar and they are enabled to aptitude and apt-* by shell-things now. --- bashrc | 12 ++++++------ zshrc | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bashrc b/bashrc index ca47afb1..39f21722 100644 --- a/bashrc +++ b/bashrc @@ -482,13 +482,13 @@ pkcs11so=`locate opensc-pkcs11.so` alias ssh-add-sc="ssh-add -s $opensc-pkcs11.so" alias ssh-add-sc-pub="ssh-add -L" -# apt in Ubuntu 14.04+ and other distributions +## apt in Ubuntu 14.04+ and other distributions -if [ -f /usr/bin/apt ]; then - alias aptitude=apt - alias apt-get=apt - alias apt-cache=apt -fi +#if [ -f /usr/bin/apt ]; then +# alias aptitude=apt +# alias apt-get=apt +# alias apt-cache=apt +#fi # Same as the previous, but for yum --> dnf diff --git a/zshrc b/zshrc index b1c882f2..f1e744a8 100644 --- a/zshrc +++ b/zshrc @@ -456,13 +456,13 @@ pkcs11so=`locate opensc-pkcs11.so` alias ssh-add-sc="ssh-add -s $pkcs11so" alias ssh-add-sc-pub="ssh-add -L" -# apt in Ubuntu 14.04+ and other distributions +## apt in Ubuntu 14.04+ and other distributions -if [ -f /usr/bin/apt ]; then - alias aptitude=apt - alias apt-get=apt - alias apt-cache=apt -fi +#if [ -f /usr/bin/apt ]; then +# alias aptitude=apt +# alias apt-get=apt +# alias apt-cache=apt +#fi # Same as the previous, but for yum --> dnf