mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
fish config file location verified
This commit is contained in:
parent
4826a0ef6b
commit
72313dbc51
@ -143,8 +143,6 @@ def print_post_installation_message(etc_dir, bin_dir):
|
|||||||
if get_shell() == 'fish':
|
if get_shell() == 'fish':
|
||||||
aj_shell = '%s/autojump.fish' % etc_dir
|
aj_shell = '%s/autojump.fish' % etc_dir
|
||||||
source_msg = "if test -f %s; . %s; end" % (aj_shell, aj_shell)
|
source_msg = "if test -f %s; . %s; end" % (aj_shell, aj_shell)
|
||||||
|
|
||||||
# TODO(ting|2013-12-31): check config.fish location on OSX
|
|
||||||
rcfile = '~/.config/fish/config.fish'
|
rcfile = '~/.config/fish/config.fish'
|
||||||
else:
|
else:
|
||||||
aj_shell = '%s/autojump.sh' % etc_dir
|
aj_shell = '%s/autojump.sh' % etc_dir
|
||||||
|
Loading…
Reference in New Issue
Block a user