From ebd8c5d87d6d7ded4e02d9bdc8403cb2c88b633b Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 29 Nov 2011 14:21:21 +0100 Subject: [PATCH] zshrc: Remove mdiff Signed-off-by: Frank Terbeck --- doc/grmlzshrc.t2t | 4 ---- etc/zsh/zshrc | 4 ---- 2 files changed, 8 deletions(-) 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. -- 2.1.4