python plugin updated to work with archlinux (envvar python is python 3 not 2).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
alias http='python -m SimpleHTTPServer'
|
||||
alias http='python2 -m SimpleHTTPServer'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user