From: Frank Terbeck Date: Tue, 29 Nov 2011 13:21:21 +0000 (+0100) Subject: zshrc: Remove mdiff X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=ebd8c5d87d6d7ded4e02d9bdc8403cb2c88b633b;p=grml-etc-core.git 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 ff68446..c9cef22 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2725,10 +2725,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.