|
|
@ -14,6 +14,9 @@ for config_file ($ZSH/custom/*.zsh) source $config_file
|
|
|
|
plugin=${plugin:=()}
|
|
|
|
plugin=${plugin:=()}
|
|
|
|
for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
|
|
|
|
for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Load the theme
|
|
|
|
|
|
|
|
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
|
|
|
|
|
|
|
|
|
|
|
# Check for updates on initial load...
|
|
|
|
# Check for updates on initial load...
|
|
|
|
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
|
|
|
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
|
|
|
then
|
|
|
|
then
|
|
|
|