python plugin updated to work with archlinux (envvar python is python 3 not 2).
parent
a38012fb18
commit
5f8e0c49d6
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
alias http='python -m SimpleHTTPServer'
|
||||
alias http='python2 -m SimpleHTTPServer'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue