|
|
@ -10,8 +10,9 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
|
|
|
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
|
|
|
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Customize to your needs...
|
|
|
|
# Source custom configuration if present
|
|
|
|
# Source custom configuration
|
|
|
|
|
|
|
|
if [[ -s "${ZDOTDIR:-$HOME}/zshrc.local" ]]; then
|
|
|
|
if [[ -s "${ZDOTDIR:-$HOME}/zshrc.local" ]]; then
|
|
|
|
source "${ZDOTDIR:-$HOME}/zshrc.local"
|
|
|
|
source "${ZDOTDIR:-$HOME}/zshrc.local"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Customize to your needs...
|
|
|
|