Adds support for extra plugins
This commit is contained in:
parent
aa899f592e
commit
a9c33ba704
|
@ -20,7 +20,7 @@ DISABLE_AUTO_TITLE="true"
|
|||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/me
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git myjump pass)
|
||||
plugins=(git myjump pass $ZSH_EXTRA_PLUGINS)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue