<p>autojump не работает с zsh и iterm2</p>

Созданный на 3 июн. 2016  ·  3Комментарии  ·  Источник: wting/autojump

Привет,

Я использую:
зш с
iTerm 2, сборка 3.0.0

После выполнения заметок по установке и добавления следующего в мой .zshrc

[[ -s /Users/max/.autojump/etc/profile.d/autojump.sh ]] && source /Users/max/.autojump/etc/profile.d/autojump.sh

autoload -U compinit && compinit -u

autojump все еще не работает:

autojump git:master ❯ ls
AUTHORS              bin                  tools
CHANGES.md           docs                 tox.ini
LICENSE              install.py           uninstall.py
Makefile             requirements-dev.txt
README.md            tests
autojump git:master ❯ j tools
.
autojump git:master ❯ pwd
/Users/max/repos/autojump
autojump git:master ❯ j help
.
autojump git:master ❯ autojump help
.

я что-то пропустил здесь? Спасибо за вашу помощь :)

Самый полезный комментарий

Из ридми :

Directories must be visited first before they can be jumped to.

Кроме того, получить помощь можно за j --help ( man autojump тоже работает).

Все 3 Комментарий

Из ридми :

Directories must be visited first before they can be jumped to.

Кроме того, получить помощь можно за j --help ( man autojump тоже работает).

я до сих пор не понимаю

+1 не работает с iTerm2+zshrc, но работает со встроенным терминалом MacOS+zshrc


кажется связанным с https://github.com/wting/autojump/issues/473#issuecomment -310117988

моя вина, пропустил это

# brew install autojump

Add the following line to your ~/.bash_profile or ~/.zshrc file:
  [ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh

If you use the Fish shell then add the following line to your ~/.config/fish/config.fish:
  [ -f /usr/local/share/autojump/autojump.fish ]; and source /usr/local/share/autojump/autojump.fish

Restart your terminal for the settings to take effect.      <-----

zsh completions have been installed to:
  /usr/local/share/zsh/site-functions
Была ли эта страница полезной?
0 / 5 - 0 рейтинги