Include .zshrc.local if it exists
This commit is contained in:
parent
b66278f828
commit
29c35a2603
|
@ -98,3 +98,6 @@ ZLE_REMOVE_SUFFIX_CHARS=""
|
||||||
for zsh_source in $HOME/.zsh_profile.d/*.zsh; do
|
for zsh_source in $HOME/.zsh_profile.d/*.zsh; do
|
||||||
source $zsh_source
|
source $zsh_source
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Local config
|
||||||
|
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local
|
||||||
|
|
Loading…
Reference in a new issue