From 2933102fbb9ec79967b5cb2819ca016cb8da3075 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 29 Nov 2011 14:10:07 +0100 Subject: [PATCH] zshrc: Remove udiff Signed-off-by: Frank Terbeck --- doc/grmlzshrc.t2t | 5 ----- etc/zsh/zshrc | 5 ----- 2 files changed, 10 deletions(-) diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index d0d9ed9..d15b34e 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -786,11 +786,6 @@ Translates a word from german to english (-D) or vice versa (-E). : **uchange()** Shows upstreams changelog of a given package in $PAGER. -: **udiff()** -Makes a unified diff of the command line arguments trying hard to find a -smaller set of changes. Descends recursively into subdirectories. Ignores -hows some information about current status. - : **uprint()** Works around the "print -l ${(u)foo}"-limitation on zsh older than 4.2. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 9db5a08..b83048c 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2779,11 +2779,6 @@ shzip() { emulate -L zsh unzip -l $1 | $PAGER } -#f5# Unified diff -udiff() { - emulate -L zsh - diff -urd $* | egrep -v "^Only in |^Binary files " -} # Function Usage: doc packagename #f5# \kbd{cd} to /usr/share/doc/\textit{package} -- 2.1.4