python plugin updated to work with archlinux (envvar python is python 3 not 2).
authorJesus de Mula Cano <demula@gmail.com>
Fri, 4 Mar 2011 10:48:12 +0000 (11:48 +0100)
committerJesus de Mula Cano <demula@gmail.com>
Fri, 4 Mar 2011 10:48:12 +0000 (11:48 +0100)
plugins/python.plugin.bash

index 92f50e0..280beb1 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
-alias http='python -m SimpleHTTPServer'
+alias http='python2 -m SimpleHTTPServer'