ohmyzsh/plugins/jekyll/jekyll.plugin.zsh
2014-08-01 23:34:57 +02:00

4 lines
156 B
Bash

alias jekyllserve="jekyll serve -w -b ''"
alias jekyllserved="jekyll serve -w --detach -b ''"
alias jekyllbuild="jekyll build"
alias jekyllnew="jekyll new"