<p>autojump no funciona con zsh e iterm2</p>

Creado en 3 jun. 2016  ·  3Comentarios  ·  Fuente: wting/autojump

Hola,

Estoy usando:
zsh con
iTerm 2 Compilación 3.0.0

Después de seguir las notas posteriores a la instalación y agregar lo siguiente a mi .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 parece que todavía no funciona:

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
.

¿Me estoy perdiendo de algo? Gracias por tu ayuda :)

Comentario más útil

Del archivo Léame :

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

Además, cuesta j --help obtener ayuda ( man autojump también funciona).

Todos 3 comentarios

Del archivo Léame :

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

Además, cuesta j --help obtener ayuda ( man autojump también funciona).

todavía no lo entiendo

+1 no funciona con iTerm2+zshrc, mientras trabaja con MacOS integrado Terminal+zshrc


parece relacionado con https://github.com/wting/autojump/issues/473#issuecomment -310117988

mi culpa, me perdí este

# 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
¿Fue útil esta página
0 / 5 - 0 calificaciones