zshrc: Enable usage of additional local configuration
This commit is contained in:
parent
07e06558b6
commit
a118ced017
1 changed files with 5 additions and 0 deletions
5
zshrc
5
zshrc
|
|
@ -9,3 +9,8 @@ source ~/.zsh/history.zsh
|
|||
source ~/.zsh/aliases.zsh
|
||||
source ~/.zsh/multiplexer.zsh
|
||||
source ~/.zsh/exports.zsh
|
||||
|
||||
# Try loading additional local config if available
|
||||
if [ -f ~/.zsh/custom.zsh ]; then
|
||||
source ~/.zsh/custom.zsh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue