X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=5777af8a16807b1844d88cf519024584b55b0994;hb=6555fbd4918a4f02e21c598b4bfca52d2ab2cd15;hp=b80a7e440a95878ee0a31a0725493803836fea29;hpb=e6beda13323ec34d2b6e404297799ac2b67f8d7b;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b80a7e4..5777af8 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2651,46 +2651,12 @@ bk() { emulate -L zsh cp -b $1 $1_`date --iso-8601=m` } -#f5# Copied diff -cdiff() { - emulate -L zsh - diff -crd "$@" | egrep -v "^Only in |^Binary files " -} + #f5# cd to directoy and list files cl() { emulate -L zsh cd $1 && ls -a } -#f5# Cvs add -cvsa() { - emulate -L zsh - cvs add $* && cvs com -m 'initial checkin' $* -} -#f5# Cvs diff -cvsd() { - emulate -L zsh - cvs diff -N $* |& $PAGER -} -#f5# Cvs log -cvsl() { - emulate -L zsh - cvs log $* |& $PAGER -} -#f5# Cvs update -cvsq() { - emulate -L zsh - cvs -nq update -} -#f5# Rcs2log -cvsr() { - emulate -L zsh - rcs2log $* | $PAGER -} -#f5# Cvs status -cvss() { - emulate -L zsh - cvs status -v $* -} # smart cd function, allows switching to /etc when running 'cd /etc/fstab' cd() {