From 5a731e3fca4efac558b7c5cda59bacc448c2d6da 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 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. -- 2.1.4