From cc6e808d6f1aecb646896f2f682796d4928a0ee2 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 29 Mar 2007 00:23:23 +0200 Subject: [PATCH] /etc/zsh/zshrc: added aliases mdstat and ... --- debian/changelog | 7 +++++++ etc/zsh/zshrc | 3 +++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 39d5e0a..e89c90a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.2.39) unstable; urgency=low + + * /etc/zsh/zshrc: added alias mdstat for 'cat /proc/mdstat' and + alias ... which does a 'cd ../../'. Thanks, gebi! + + -- Michael Prokop Thu, 29 Mar 2007 00:22:28 +0200 + grml-etc-core (0.2.38) unstable; urgency=low * /etc/zsh/zshrc: added new aliases ati (aptitude install) and up diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index f034880..10b0d8f 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -569,6 +569,9 @@ ${BLUE}%n${NO_COLOUR}@%m %40<...<%B%~%b%<< %# " alias l='ls -lF' fi + alias mdstat='cat /proc/mdstat' + alias ...='cd ../../' + alias cp='nocorrect cp' # no spelling correction on cp alias mkdir='nocorrect mkdir' # no spelling correction on mkdir alias mv='nocorrect mv' # no spelling correction on mv -- 2.1.4