X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=1954dc526362cc98b4d60d018ad507b3eb02594d;hb=5a731e3fca4efac558b7c5cda59bacc448c2d6da;hp=344528ce4f757a938bc430c51602fd11ce986278;hpb=48186d3a9d4139bfcd9bf743cb56cb77f287f464;p=grml-etc-core.git 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.