JasonYao / dotfiles

My configuration-based dotfiles, using the pydotfiles library
GNU General Public License v3.0
1 stars 0 forks source link

Add in http static server utility alias #45

Open JasonYao opened 3 years ago

JasonYao commented 3 years ago

inside of .utilities add in:

alias serve="python -m SimpleHTTPServer"