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