Actually use the plugins
This commit is contained in:
parent
498c9197da
commit
c00a17d225
1 changed files with 5 additions and 11 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue