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=(
|
||||
django
|
||||
jsontools
|
||||
nyan
|
||||
pip
|
||||
pyenv
|
||||
python
|
||||
common-aliases
|
||||
gitfast
|
||||
zsh-completions
|
||||
extract
|
||||
heroku
|
||||
)
|
||||
|
||||
|
||||
|
@ -31,4 +29,3 @@ export PROMPT="${ret_status} %{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold
|
|||
COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
alias src="source $HOME/.zshrc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue