/etc/zsh/zshrc: added new aliases ati and up 0.2.38
authorMichael Prokop <mika@grml.org>
Wed, 28 Mar 2007 18:46:25 +0000 (20:46 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 28 Mar 2007 18:46:25 +0000 (20:46 +0200)
debian/changelog
etc/zsh/zshrc

index 3f359be..39d5e0a 100644 (file)
@@ -1,3 +1,10 @@
+grml-etc-core (0.2.38) unstable; urgency=low
+
+  * /etc/zsh/zshrc: added new aliases ati (aptitude install) and up
+    (aptitude update, aptitude upgrade) - thanks for suggestion - Otti!
+
+ -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 20:45:21 +0200
+
 grml-etc-core (0.2.37) unstable; urgency=low
 
   * Add solaris examples to /etc/zsh/zshenv
index 4ef8f95..f034880 100644 (file)
@@ -675,8 +675,10 @@ Enjoy your grml system with the zsh!$reset_color"
     alias acp='apt-cache policy'
     alias adg="$SUDO apt-get dist-upgrade"
     alias agi="$SUDO apt-get install"
+    alias ati="$SUDO aptitude install"
     alias ag="$SUDO apt-get upgrade"
     alias au="$SUDO apt-get update"
+    alias up="$SUDO aptitude update ; $SUDO aptitude upgrade"
     alias dbp='dpkg-buildpackage'
     alias ge='grep-excuses'