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/ export ZSH=/usr/share/oh-my-zsh/
source $ZSH/oh-my-zsh.sh
# Plugins # Plugins
plugins=( plugins=(django pip pyenv python common-aliases gitfast zsh-completions extract)
django
pip # Enable oh-my-zsh
pyenv source $ZSH/oh-my-zsh.sh
python
common-aliases
gitfast
zsh-completions
)
autoload -U compinit && compinit autoload -U compinit && compinit