Add oh-my-zsh plugin to manage jekyll posts.

This commit is contained in:
David Tomaschik
2016-03-24 22:46:34 -07:00
parent 31f04428ca
commit 5c23070292
2 changed files with 96 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ if [ -d $HOME/.oh-my-zsh ] ; then
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="matir"
ZSH_CUSTOM="$HOME/.zsh_custom"
plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv command-not-found)
plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv command-not-found jekyll)
test -f /usr/share/virtualenvwrapper/virtualenvwrapper.sh && plugins+=(virtualenvwrapper)
source $ZSH/oh-my-zsh.sh
unset ZSH_THEME