X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=f034880a62fc8c886156284459fb6edd56785209;hb=5b84a72e933748d16e67e6abfa8ee55879a97440;hp=4ef8f95e55c526574e3e6c65f4f4af5fb0d54e5a;hpb=372aeee4bbb9004ff2226bc3a1d17eef0b9c9d4d;p=grml-etc-core.git 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'