Added autojump to .zshrc

Source autojump.zsh if it exists
This commit is contained in:
chawley (tfadmin)
2025-03-12 15:16:17 +00:00
parent e77d1cc820
commit 4cf415c886

3
.zshrc
View File

@@ -40,3 +40,6 @@ fi
# If .zshrc.$USER exists, source it
[[ ! -f ~/.zshrc.$USER ]] || source ~/.zshrc.$USER
# If autojump installed, source it
[[ ! -f /usr/share/autojump/autojump.zsh ]] || source /usr/share/autojump/autojump.zsh