From: Frank Terbeck Date: Tue, 29 Nov 2011 13:10:07 +0000 (+0100) Subject: zshrc: Remove udiff X-Git-Tag: v0.5.0~50 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=2933102fbb9ec79967b5cb2819ca016cb8da3075 zshrc: Remove udiff Signed-off-by: Frank Terbeck --- 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}