Browse Source

fish config file location verified

pull/185/head
William Ting 10 years ago
parent
commit
72313dbc51
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      install.py

+ 0
- 2
install.py View File

@ -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…
Cancel
Save