From: Frank Terbeck Date: Wed, 30 Nov 2011 15:28:04 +0000 (+0100) Subject: zshrc: Remove hidiff X-Git-Tag: v0.5.0~23 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=50226efa104ca38e84cb3d4d0c62f967411dd62f zshrc: Remove hidiff Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 631fc80..6a1c706 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -829,9 +829,6 @@ Runs the function H-Glob() to expand or explain wildcards. : **hide** (//echo -en [ escape sequence ]//) Tries to hide xterm window using escape sequence. -: **hidiff** (//histring -fE '^Comparing files .*|^diff .*' | histring -c yellow -fE '^\-.*' | histring -c green -fE '^\+.*'//) -If histring(1) is installed, highlight important stuff in diff(1) output. - : **huge** (//echo -en [ escape sequence ]//) Sets huge font in xterm ("-misc-fixed-medium-r-normal-*-*-210-*-*-c-*-iso8859-15") using escape sequence. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index f8cfd74..f8b08af 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2678,11 +2678,6 @@ allulimit() { ulimit -t unlimited } -# highlight important stuff in diff output, usage example: hg diff | hidiff -#m# a2 hidiff \kbd{histring} oneliner for diffs -check_com -c histring && \ - alias hidiff="histring -fE '^Comparing files .*|^diff .*' | histring -c yellow -fE '^\-.*' | histring -c green -fE '^\+.*'" - #f5# Change the xterm title from within GNU-screen xtrename() { emulate -L zsh