Skip to content

Commit

Permalink
zshrc: Remove cvs* cdiff
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
  • Loading branch information
ft authored and mika committed Dec 6, 2011
1 parent 4338c8c commit 6555fbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions doc/grmlzshrc.t2t
Expand Up @@ -477,11 +477,6 @@ Simple backup of a file or directory using cp(1). The target file name is the
original name plus a time stamp attached. Symlinks and file attributes like mode,
ownership and timestamps are preserved.

: **cdiff()**
Runs a recursive diff(1) over two given directories trying to find the
smallest set of changes. Three lines of context will be printed and binary
files filtered out.

: **cdrecord()**
If the original cdrecord is not installed, issues a warning to the user to
use the wodim binary instead. Wodim is the debian fork of Joerg Schillings
Expand Down
6 changes: 1 addition & 5 deletions etc/zsh/zshrc
Expand Up @@ -2651,11 +2651,7 @@ 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
Expand Down

0 comments on commit 6555fbd

Please sign in to comment.