1
0
mirror of https://github.com/wting/autojump synced 2025-06-07 01:44:23 +00:00
This commit is contained in:
Mahmoud Al-Qudsi 2025-03-02 06:50:18 +00:00 committed by GitHub
commit b36625084a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,7 +161,7 @@ def show_post_installation_message(etc_dir, share_dir, bin_dir):
else:
if get_shell() == 'fish':
aj_shell = '%s/autojump.fish' % share_dir
source_msg = 'if test -f %s; . %s; end' % (aj_shell, aj_shell)
source_msg = 'if test -f %s; source %s; end' % (aj_shell, aj_shell)
rcfile = '~/.config/fish/config.fish'
else:
aj_shell = '%s/autojump.sh' % etc_dir