diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ source $HOME/.path source $HOME/.env [[ -r /usr/share/z/z.sh ]] && source /usr/share/z/z.sh -[[ -r /usr/local/share/z/z.sh ]] && source /usr/local/share/z/z.sh +[[ -r /usr/local/etc/profile.d/z.sh ]] && source /usr/local/share/z/z.sh # System Specific case `uname` in |