Remove unnecessary plugins
This commit is contained in:
parent
84198876b3
commit
c81616070b
1 changed files with 1 additions and 4 deletions
|
@ -4,15 +4,13 @@ export ZSH=/usr/share/oh-my-zsh/
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins=(
|
plugins=(
|
||||||
django
|
django
|
||||||
jsontools
|
|
||||||
nyan
|
|
||||||
pip
|
pip
|
||||||
pyenv
|
pyenv
|
||||||
python
|
python
|
||||||
common-aliases
|
common-aliases
|
||||||
gitfast
|
|
||||||
zsh-completions
|
zsh-completions
|
||||||
extract
|
extract
|
||||||
|
heroku
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,4 +29,3 @@ export PROMPT="${ret_status} %{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold
|
||||||
COMPLETION_WAITING_DOTS="true"
|
COMPLETION_WAITING_DOTS="true"
|
||||||
|
|
||||||
alias src="source $HOME/.zshrc"
|
alias src="source $HOME/.zshrc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue