mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 17edfdf033 into 5667161d49
This commit is contained in:
commit
07b2c60933
1 changed files with 4 additions and 0 deletions
4
plugins/jekyll/jekyll.plugin.zsh
Normal file
4
plugins/jekyll/jekyll.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alias jekyllserve="jekyll serve -w -b ''"
|
||||
alias jekyllserved="jekyll serve -w --detach -b ''"
|
||||
alias jekyllbuild="jekyll build"
|
||||
alias jekyllnew="jekyll new"
|
||||
Loading…
Add table
Add a link
Reference in a new issue