From 5b84a72e933748d16e67e6abfa8ee55879a97440 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 28 Mar 2007 20:46:25 +0200 Subject: [PATCH] /etc/zsh/zshrc: added new aliases ati and up --- debian/changelog | 7 +++++++ etc/zsh/zshrc | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3f359be..39d5e0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 28 Mar 2007 20:45:21 +0200 + grml-etc-core (0.2.37) unstable; urgency=low * Add solaris examples to /etc/zsh/zshenv diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 4ef8f95..f034880 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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' -- 2.1.4