From: Michael Prokop Date: Mon, 12 Mar 2012 12:14:52 +0000 (+0100) Subject: zshrc: drop http alias X-Git-Tag: v0.6.0~7 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=37f4af2f5f81aaa10dccf262dc70f6f49c2d8744;hp=e5e6e3a2fe13935cd4ca80d274f7cb43bce56950 zshrc: drop http alias The httpie package provides a http command (brr), so don't mess with custom functions and packages... Thanks: Axel Beckert for reporting --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index bf40267..d50d109 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2304,9 +2304,6 @@ alias rmcdir='cd ..; rmdir $OLDPWD || cd $OLDPWD' alias insecssh='ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"' alias insecscp='scp -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"' -# simple webserver -check_com -c python && alias http="python -m SimpleHTTPServer" - # work around non utf8 capable software in utf environment via $LANG and luit if check_com isutfenv && check_com luit ; then if check_com -c mrxvt ; then