X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=fa81477c36663e0125d22b4c0460e7c14be91216;hb=baa1bccd1a77009a393ca2c258d51901ec289002;hp=4fef3319acf53344f6dbda7bb0d0698dfeac7f04;hpb=3ff24c26824bafb88fb6f1be05f63ac5afe307de;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 4fef331..fa81477 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3405,14 +3405,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 && \