From 57d303f8b6b8e516029607a1d872c905cbee9f47 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Apr 2013 16:57:55 +0300 Subject: [PATCH] bashrc & zshrc: add apt-gety & aptitudey. Debian side of yumyup. --- bashrc | 4 ++++ zshrc | 3 +++ 2 files changed, 7 insertions(+) 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