Updated jekyll alias to use modern arguments
This commit is contained in:
parent
631155bfef
commit
6f594fc2db
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue