1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add HTTP server alias

This commit is contained in:
Daniel Barber 2019-04-18 14:38:44 -04:00
parent 230baa9819
commit abce1805eb
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -14,3 +14,5 @@ alias v="vimr -s"
alias be="bundle exec"
alias fuckit="git reset HEAD --hard"
alias httpserver="ruby -run -e httpd"