Updated jekyll alias to use modern arguments

This commit is contained in:
Josh Sherman 2013-08-26 16:31:57 -04:00
parent 631155bfef
commit 6f594fc2db

View file

@ -67,7 +67,7 @@ alias gs="git status"
alias grep="grep --exclude-dir=.git"
# jekyll
alias jekyll="jekyll serve --watch"
alias jekyll="jekyll --auto --server"
# local tunnel
alias lt="localtunnel -k ~/.ssh/id_rsa.pub 80"