dotfiles

Author: Kyle Fuller <kyle@mentallyfriendly.com> 2013-02-04 18:01:01 +0000 +0000
Committer: Kyle Fuller <kyle@mentallyfriendly.com> 2013-02-04 18:01:01 +0000 +0000
Commit: ebda4048d6d40b0b1228fd87d9e60ed37a8f27be
Parent: a3500bc28ba214f84d166df43b4a97c60151df27


Add a python HTTP server
diff --git a/.rc b/.rc
index 2c894433382d58166f23cfe2c5895105e77eea32..7ec8dbac4eae0f2114d651dac3560a2b57f49895 100644
--- a/.rc
+++ b/.rc
@@ -42,6 +42,7 @@   curl $1 | git apply
 }
 
 alias mac="openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'"
+alias serve="python -m SimpleHTTPServer"
 
 # Source a local .profile if it exists
 [[ -s "$HOME/.profile" ]] && source "$HOME/.profile"