Change alias to a more intuitive name

pull/488/head
Miguel Morales 2015-05-30 14:17:11 -05:00
parent 567289185a
commit 2ffed6f52a
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
cite about-plugin
about-plugin 'alias "https" to SimpleHTTPServer'
about-plugin 'alias "shttp" to SimpleHTTPServer'
if [ $(uname) = "Linux" ]
then
alias https='python2 -m SimpleHTTPServer'
alias shttp='python2 -m SimpleHTTPServer'
else
alias https='python -m SimpleHTTPServer'
alias shttp='python -m SimpleHTTPServer'
fi
function pyedit() {