X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=510fe42b110b663ea648bb4252bee1d999cf375c;hb=ae1e937e4f958c2fc3187d04fd0c235ac7e2a7e3;hp=b9b2626b6ec7de06151bf8db9c19352a7d3abf66;hpb=530be69bdcdb9952038bd38f846cb710765d931a;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b9b2626..510fe42 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2650,46 +2650,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() {