aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index 7a8f7a4..6348699 100644
--- a/.zshrc
+++ b/.zshrc
@@ -21,14 +21,12 @@ HISTFILE=~/.zsh_history
source $HOME/.path
source $HOME/.env
-[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh
+[[ -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
# System Specific
case `uname` in
Darwin)
- # commands for macOS
- [ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
-
# Alias
alias ls='ls -G'
alias ll='ls -lhG'