Also load ~/.config/private/zshrc if present
This commit is contained in:
parent
e7750cb0a9
commit
d226ac7097
1
zshrc
1
zshrc
@ -184,6 +184,7 @@ frequent-directory Sandbox="$HOME/Sandbox"
|
||||
|
||||
# Load work related config
|
||||
[ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc
|
||||
[ -f ~/.config/private/zshrc ] && source ~/.config/private/zshrc
|
||||
|
||||
# Aliases
|
||||
alias grep='grep --color=always'
|
||||
|
Loading…
x
Reference in New Issue
Block a user