aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-12-31 11:44:01 +0100
committerMathias Bynens <mathias@qiwi.be>2011-12-31 11:44:01 +0100
commit0abbaf746578ac02f0ff3e474bef20ab7552839a (patch)
tree4a1e2c0a6142ece7993a9d4882189b77e4afb9c1
parent958517dcf4210aefffcafa3cc41f4ebb4edd5e36 (diff)
downloaddotfiles-0abbaf746578ac02f0ff3e474bef20ab7552839a.tar.gz
dotfiles-0abbaf746578ac02f0ff3e474bef20ab7552839a.tar.bz2
dotfiles-0abbaf746578ac02f0ff3e474bef20ab7552839a.zip
Remove old `server` alias
Ref. 958517dcf4210aefffcafa3cc41f4ebb4edd5e36
-rw-r--r--.aliases3
1 files changed, 0 insertions, 3 deletions
diff --git a/.aliases b/.aliases
index 6175f27..cb28abd 100644
--- a/.aliases
+++ b/.aliases
@@ -36,9 +36,6 @@ alias flush="dscacheutil -flushcache"
alias sniff="sudo ngrep -d 'en1' -t '^(GET|POST) ' 'tcp and port 80'"
alias httpdump="sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E \"Host\: .*|GET \/.*\""
-# Start an HTTP server from a directory
-alias server="open http://localhost:8080/ && python -m SimpleHTTPServer 8080"
-
# Canonical hex dump; some systems have this symlinked
type -t hd > /dev/null || alias hd="hexdump -C"