|
|
@ -17,6 +17,10 @@ for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
|
|
|
|
# Load the theme
|
|
|
|
# Load the theme
|
|
|
|
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
|
|
|
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Load and run compinit
|
|
|
|
|
|
|
|
autoload -U compinit
|
|
|
|
|
|
|
|
compinit -i
|
|
|
|
|
|
|
|
|
|
|
|
# Check for updates on initial load...
|
|
|
|
# Check for updates on initial load...
|
|
|
|
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
|
|
|
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
|
|
|
then
|
|
|
|
then
|
|
|
|