Files
extra/autojump/autojump.install
2025-06-22 20:39:04 -05:00

10 lines
345 B
Plaintext

post_install() {
cat <<END
>>> Bash users will need to add the following to ~/.bashrc:
[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh
Fish users will need to add the following to ~/.config/fish/config.fish:
[ -f /usr/share/autojump/autojump.fish ]; and source /usr/share/autojump/autojump.fish
END
}