initial import
This commit is contained in:
9
autojump/autojump.install
Normal file
9
autojump/autojump.install
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user