1
0
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:
William Ting 2014-03-09 20:06:03 -07:00
parent 4826a0ef6b
commit 72313dbc51

View File

@ -143,8 +143,6 @@ def print_post_installation_message(etc_dir, bin_dir):
if get_shell() == 'fish':
aj_shell = '%s/autojump.fish' % etc_dir
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'
else:
aj_shell = '%s/autojump.sh' % etc_dir