zshrc: drop http alias
authorMichael Prokop <mika@grml.org>
Mon, 12 Mar 2012 12:14:52 +0000 (13:14 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 12 Mar 2012 12:16:13 +0000 (13:16 +0100)
The httpie package provides a http command (brr), so don't mess
with custom functions and packages...

Thanks: Axel Beckert for reporting

etc/zsh/zshrc

index bf40267..d50d109 100644 (file)
@@ -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