tb-dotfiles/chezmoi/dot_zshrc.d/executable_autojump.zsh
2022-04-22 10:06:53 -04:00

4 lines
91 B
Bash

if [ -r /usr/share/autojump/autojump.sh ]; then
source /usr/share/autojump/autojump.sh
fi