From 8df815674878d9f780262fbf857d3309dfc9bc4b Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 6 May 2013 12:07:16 +0300 Subject: [PATCH] bashrc: allias is not a valid command. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 26b80301..caf620c4 100644 --- a/bashrc +++ b/bashrc @@ -437,7 +437,7 @@ alias cwho="who -H -w -u" # Upgrading Redhad/Debian 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" -allias aptitudeyup="aptitude -y update;aptitude -y upgrade;update-grub" +alias aptitudeyup="aptitude -y update;aptitude -y upgrade;update-grub" alias apt-gety="apt-get -y " alias aptitudey="aptitude -y "