From cc1840a8fd17bb909345c234abb8769f52dfcbd2 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:34:40 +0100 Subject: [PATCH] zshrc: Remove rundirs Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8b46fb2..0cafc3e 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2944,13 +2944,6 @@ if is439 && [[ -d /dev/disk/by-id/ ]]; then } fi -#f5# run command or function in a list of directories -rundirs() { - local d CMD STARTDIR=$PWD - CMD=$1; shift - ( for d ($@) {cd -q $d && { print cd $d; ${(z)CMD} ; cd -q $STARTDIR }} ) -} - # Translate DE<=>EN # 'translate' looks up fot a word in a file with language-to-language # translations (field separator should be " : "). A typical wordlist looks -- 2.1.4