tb-dotfiles/chezmoi/dot_zshrc.d/executable_autojump.zsh

4 lines
91 B
Bash
Raw Normal View History

2022-04-22 10:06:53 -04:00
if [ -r /usr/share/autojump/autojump.sh ]; then
source /usr/share/autojump/autojump.sh
fi