pull/501/merge
Mahmoud Al-Qudsi 8 months ago committed by GitHub
commit 300b0b1ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save