<p>自動ジャンプがzshおよびiterm2で機能しない</p>

作成日 2016年06月03日  ·  3コメント  ·  ソース: wting/autojump

こんにちは、

私が使用しているもの:
zshと
iTerm2ビルド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 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
.

私はここで何かが欠けていますか? ご協力いただきありがとうございます :)

最も参考になるコメント

READMEから:

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

また、助けを得るのはj --helpです( man autojumpも機能します)。

全てのコメント3件

READMEから:

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

また、助けを得るのはj --helpです( man autojumpも機能します)。

私はまだそれを取得しません

+1はiTerm2+zshrcで動作しませんが、MacOS組み込みのTerminal+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 評価