From: Frank Terbeck Date: Tue, 29 Nov 2011 13:21:21 +0000 (+0100) Subject: zshrc: Remove mdiff X-Git-Tag: v0.5.0~46 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=5a731e3fca4efac558b7c5cda59bacc448c2d6da zshrc: Remove mdiff Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index fa61103..b9e6ef2 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -664,10 +664,6 @@ expression optionally given as argument (Needs qma(1)). Creates directory including parent directories, if necessary. Then changes current working directory to it. -: **mdiff()** -Diffs the two arguments recursively and writes the -output (unified format) to a timestamped file. - : **mggogle()** Searches Google Groups for a USENET message-ID. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 344528c..1954dc5 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2726,10 +2726,6 @@ cdt() { echo "$t" builtin cd "$t" } -#f5# Unified diff to timestamped outputfile -mdiff() { - diff -udrP "$1" "$2" > diff.`date "+%Y-%m-%d"`."$1" -} #f5# Create directory under cursor or the selected area # Press ctrl-xM to create the directory under the cursor or the selected area.