Przeglądaj źródła

fish config file location verified

pull/185/head
William Ting 10 lat temu
rodzic
commit
72313dbc51
1 zmienionych plików z 0 dodań i 2 usunięć
  1. +0
    -2
      install.py

+ 0
- 2
install.py Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz