diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-12-31 11:44:01 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-12-31 11:44:01 +0100 |
commit | 0abbaf746578ac02f0ff3e474bef20ab7552839a (patch) | |
tree | 4a1e2c0a6142ece7993a9d4882189b77e4afb9c1 /.aliases | |
parent | 958517dcf4210aefffcafa3cc41f4ebb4edd5e36 (diff) | |
download | dotfiles-0abbaf746578ac02f0ff3e474bef20ab7552839a.tar.gz dotfiles-0abbaf746578ac02f0ff3e474bef20ab7552839a.tar.bz2 dotfiles-0abbaf746578ac02f0ff3e474bef20ab7552839a.zip |
Remove old `server` alias
Ref. 958517dcf4210aefffcafa3cc41f4ebb4edd5e36
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" |