moar plugins!

This commit is contained in:
Jake Howard 2017-11-05 21:52:26 +00:00
parent c00a17d225
commit 3b81af2c1f
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -2,7 +2,18 @@
export ZSH=/usr/share/oh-my-zsh/
# Plugins
plugins=(django pip pyenv python common-aliases gitfast zsh-completions extract)
plugins=(
django
jsontools
nyan
pip
pyenv
python
common-aliases
gitfast
zsh-completions
extract
)
# Enable oh-my-zsh
source $ZSH/oh-my-zsh.sh