Change alias to a more intuitive name
parent
567289185a
commit
2ffed6f52a
|
|
@ -1,11 +1,11 @@
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'alias "https" to SimpleHTTPServer'
|
about-plugin 'alias "shttp" to SimpleHTTPServer'
|
||||||
|
|
||||||
if [ $(uname) = "Linux" ]
|
if [ $(uname) = "Linux" ]
|
||||||
then
|
then
|
||||||
alias https='python2 -m SimpleHTTPServer'
|
alias shttp='python2 -m SimpleHTTPServer'
|
||||||
else
|
else
|
||||||
alias https='python -m SimpleHTTPServer'
|
alias shttp='python -m SimpleHTTPServer'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function pyedit() {
|
function pyedit() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue