Added allowance for local config files
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -66,6 +66,9 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
source $HOME/.zsh_aliases
|
source $HOME/.zsh_aliases
|
||||||
source $HOME/.zsh_functions
|
source $HOME/.zsh_functions
|
||||||
|
|
||||||
|
# If there is a .zsh_local file, source it
|
||||||
|
[ -f ~/.zsh_local ] && source ~/.zsh_local
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------------------------------------
|
||||||
# ==> History
|
# ==> History
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user