X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=b4072a4f7e0be380a410c9eea0850e088ac698b9;hb=4338c8c562c312f8129e7f22fc7c3500fbc4989c;hp=b80a7e440a95878ee0a31a0725493803836fea29;hpb=e6beda13323ec34d2b6e404297799ac2b67f8d7b;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b80a7e4..b4072a4 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2661,36 +2661,6 @@ 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() {