Actually use the plugins

This commit is contained in:
Jake Howard 2017-11-05 21:33:48 +00:00
parent 498c9197da
commit c00a17d225
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,17 +1,11 @@
# Path to your oh-my-zsh installation.
# Path to oh-my-zsh installation.
export ZSH=/usr/share/oh-my-zsh/
source $ZSH/oh-my-zsh.sh
# Plugins
plugins=(
django
pip
pyenv
python
common-aliases
gitfast
zsh-completions
)
plugins=(django pip pyenv python common-aliases gitfast zsh-completions extract)
# Enable oh-my-zsh
source $ZSH/oh-my-zsh.sh
autoload -U compinit && compinit