moar plugins!
This commit is contained in:
parent
c00a17d225
commit
3b81af2c1f
1 changed files with 12 additions and 1 deletions
|
@ -2,7 +2,18 @@
|
||||||
export ZSH=/usr/share/oh-my-zsh/
|
export ZSH=/usr/share/oh-my-zsh/
|
||||||
|
|
||||||
# Plugins
|
# 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
|
# Enable oh-my-zsh
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
Loading…
Reference in a new issue