Include .zshrc.local if it exists
This commit is contained in:
parent
b66278f828
commit
29c35a2603
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue