aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 6348699..39c8c63 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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