aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-01-04 22:54:40 +0800
committerGuangxiong Lin <[email protected]>2022-01-04 22:54:40 +0800
commit3e2447ac7ab3ef20595d545cd4df70d5afcee1d7 (patch)
treef9545a025c322aec1546c491f7f0b577a1adc881 /.zshrc
parent7c8a8bbc03167c541dc5d42d50393bd6bf208834 (diff)
downloaddotfiles-3e2447ac7ab3ef20595d545cd4df70d5afcee1d7.tar.gz
dotfiles-3e2447ac7ab3ef20595d545cd4df70d5afcee1d7.tar.bz2
dotfiles-3e2447ac7ab3ef20595d545cd4df70d5afcee1d7.zip
Update z.sh config in zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 39c8c63..3338baf 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/etc/profile.d/z.sh ]] && source /usr/local/share/z/z.sh
+[[ -r /usr/local/etc/profile.d/z.sh ]] && source /usr/local/etc/profile.d/z.sh
# System Specific
case `uname` in