From 0abbaf746578ac02f0ff3e474bef20ab7552839a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 31 Dec 2011 11:44:01 +0100 Subject: Remove old `server` alias Ref. 958517dcf4210aefffcafa3cc41f4ebb4edd5e36 --- .aliases | 3 --- 1 file changed, 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" -- cgit v1.2.3