From 18e610e3814ada93c928d5dc4cdc050d032c340b Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:20:33 +0100 Subject: [PATCH] zshrc: Remove mmake Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 9481a54..024dbd0 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3406,14 +3406,6 @@ urlencode() { print ${(j::)input/(#b)([^A-Za-z0-9_.!~*\'\(\)-])/%${(l:2::0:)$(([##16]#match))}} } -# http://strcat.de/blog/index.php?/archives/335-Software-sauber-deinstallieren...html -#f5# Log 'make install' output -mmake() { - emulate -L zsh - [[ ! -d ~/.errorlogs ]] && mkdir ~/.errorlogs - make -n install > ~/.errorlogs/${PWD##*/}-makelog -} - # highlight important stuff in diff output, usage example: hg diff | hidiff #m# a2 hidiff \kbd{histring} oneliner for diffs check_com -c histring && \ -- 2.1.4