<p>autojump não funciona com zsh e iterm2</p>

Criado em 3 jun. 2016  ·  3Comentários  ·  Fonte: wting/autojump

Olá,

Estou a usar:
zsh com
iTerm 2 Build 3.0.0

Depois de seguir as notas de instalação do post e adicionar o seguinte ao meu .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 ainda não estar funcionando:

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
.

estou faltando alguma coisa aqui? Obrigado pela ajuda :)

Comentários muito úteis

Do leia -me:

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

Além disso, é j --help para obter a ajuda ( man autojump também funciona).

Todos 3 comentários

Do leia -me:

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

Além disso, é j --help para obter a ajuda ( man autojump também funciona).

eu ainda não entendi

+1 não funciona com iTerm2+zshrc, enquanto trabalha com o Terminal embutido+zshrc do MacOS


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

minha culpa, faltando 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
Esta página foi útil?
0 / 5 - 0 avaliações

Questões relacionadas

rsparkyc picture rsparkyc  ·  11Comentários

davux picture davux  ·  9Comentários

chauzer picture chauzer  ·  13Comentários

juanrgon picture juanrgon  ·  4Comentários

loveencounterflow picture loveencounterflow  ·  6Comentários