Add autojump

This commit is contained in:
2021-11-14 19:25:36 +00:00
parent 05eb5709bd
commit 646630fa76

View File

@@ -130,3 +130,5 @@ set -o ignoreeof # Stop CTRL-D from quitting
# Load syntax highlighting; should be last. # Load syntax highlighting; should be last.
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null
[ -f /etc/profile.d/autojump.sh ] && source /etc/profile.d/autojump.sh