diff --git a/bashrc b/bashrc index 2d973f27..94837457 100644 --- a/bashrc +++ b/bashrc @@ -438,6 +438,10 @@ alias cwho="who -H -w -u" alias yumyup="yum -y check-update;yum -y update;grub2-mkconfig -o /boot/grub2/grub.cfg" alias aptyup="apt-get -y update;apt-get -y upgrade;update-grub" +alias apt-gety="apt-get -y " +alias aptitude="aptitude -y " + + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/zshrc b/zshrc index 61ee519f..0908912d 100644 --- a/zshrc +++ b/zshrc @@ -411,6 +411,9 @@ alias cwho="who -H -w -u" alias yumyup="yum -y check-update;yum -y update;grub2-mkconfig -o /boot/grub2/grub.cfg" alias aptyup="apt-get -y update;apt-get -y upgrade;update-grub" +alias apt-gety="apt-get -y " +alias aptitude="aptitude -y " + # .aliases if [ -f ~/.aliases ]; then source ~/.aliases