moved local sourcing
This commit is contained in:
parent
4c2ceef9d2
commit
fb41da5646
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,9 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
|||
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
||||
fi
|
||||
|
||||
# Customize to your needs...
|
||||
# Source custom configuration
|
||||
# Source custom configuration if present
|
||||
if [[ -s "${ZDOTDIR:-$HOME}/zshrc.local" ]]; then
|
||||
source "${ZDOTDIR:-$HOME}/zshrc.local"
|
||||
fi
|
||||
|
||||
# Customize to your needs...
|
||||
|
|
Loading…
Add table
Reference in a new issue