<p>autojump funktioniert nicht mit zsh und iterm2</p>

Erstellt am 3. Juni 2016  ·  3Kommentare  ·  Quelle: wting/autojump

Hallo,

Ich benutze:
zsh mit
iTerm 2 Build 3.0.0

Nachdem Sie die Hinweise nach der Installation befolgt und Folgendes zu meiner .zshrc hinzugefügt haben

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

autoload -U compinit && compinit -u

autojump scheint immer noch nicht zu funktionieren:

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
.

übersehe ich hier etwas? Danke für Ihre Hilfe :)

Hilfreichster Kommentar

Aus der Readme :

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

Außerdem ist es j --help , um Hilfe zu bekommen ( man autojump funktioniert auch).

Alle 3 Kommentare

Aus der Readme :

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

Außerdem ist es j --help , um Hilfe zu bekommen ( man autojump funktioniert auch).

ich verstehe es immer noch nicht

+1 funktioniert nicht mit iTerm2+zshrc, während mit dem in MacOS integrierten Terminal+zshrc gearbeitet wird


scheint mit https://github.com/wting/autojump/issues/473#issuecomment -310117988 verwandt zu sein

meine schuld, das fehlt

# 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
War diese Seite hilfreich?
0 / 5 - 0 Bewertungen