From: Frank Terbeck Date: Mon, 28 Nov 2011 21:20:33 +0000 (+0100) Subject: zshrc: Remove mmake X-Git-Tag: v0.5.0~79 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=18e610e3814ada93c928d5dc4cdc050d032c340b;p=grml-etc-core.git zshrc: Remove mmake Signed-off-by: Frank Terbeck --- 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 && \