Merge pull request #488 from mimoralea/rename-http-alias
Rename http alias
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'alias "http" to SimpleHTTPServer'
|
about-plugin 'alias "shttp" to SimpleHTTPServer'
|
||||||
|
|
||||||
if [ $(uname) = "Linux" ]
|
if [ $(uname) = "Linux" ]
|
||||||
then
|
then
|
||||||
alias http='python2 -m SimpleHTTPServer'
|
alias shttp='python2 -m SimpleHTTPServer'
|
||||||
else
|
else
|
||||||
alias http='python -m SimpleHTTPServer'
|
alias shttp='python -m SimpleHTTPServer'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function pyedit() {
|
function pyedit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user