.bashrc.d/10aliases: update pythonhttp for Python v3
authorW. Trevor King <wking@tremily.us>
Mon, 10 Dec 2012 20:25:12 +0000 (15:25 -0500)
committerW. Trevor King <wking@tremily.us>
Mon, 10 Dec 2012 20:25:12 +0000 (15:25 -0500)
src/.bashrc.d/10aliases

index 9cb2d40e2f4d665e779f64247a2980487c4437dc..69614bc78c9518b16aeed32041e3ab1361e1d16a 100644 (file)
@@ -28,7 +28,7 @@ alias findex='find . -perm -u+x ! -type d'
 alias git-blame-author='git blame sudoku.c | sed "s/^[^(]*//" | sed "s/ [0-9]\{4\}-[^)]*//" | less'
 alias sortdat='find . -printf "%TY-%Tm-%Td+%TH:%TM:%TS %h/%f\n" | sort -n'
 alias sortdirdat='find . -type d -printf "%TY-%Tm-%Td+%TH:%TM:%TS %h/%f\n" | sort -n'
-alias pythonhttp='python -m SimpleHTTPServer 8000'
+alias pythonhttp='python -m http.server 8000'
 alias scanletter='scanimage --quick-format Letter --format=tiff'
 
 # enable color support of ls and also add handy aliases