From ae1e937e4f958c2fc3187d04fd0c235ac7e2a7e3 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 29 Nov 2011 14:34:37 +0100 Subject: [PATCH] zshrc: Remove cvs* cdiff Signed-off-by: Frank Terbeck --- doc/grmlzshrc.t2t | 5 ----- etc/zsh/zshrc | 6 +----- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index c5a5ad0..6b6bcaf 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -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 diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6e0528e..510fe42 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2650,11 +2650,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 -- 2.1.4