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.
This commit is contained in:
Mikaela Suomalainen 2014-04-20 21:54:29 +03:00
parent c34279aad8
commit d40f136141
2 changed files with 12 additions and 12 deletions

12
bashrc
View File

@ -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

12
zshrc
View File

@ -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