<p>autojumpκ°€ zsh 및 iterm2μ—μ„œ μž‘λ™ν•˜μ§€ μ•ŠμŒ</p>

에 λ§Œλ“  2016λ…„ 06μ›” 03일  Β·  3μ½”λ©˜νŠΈ  Β·  좜처: wting/autojump

μ•ˆλ…•,

λ‚˜λŠ” μ‚¬μš©ν•˜κ³ μžˆλ‹€ :
와 zsh
아이텀 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 도 μž‘λ™ν•¨).

λ‚˜λŠ” 아직도 그것을 μ΄ν•΄ν•˜μ§€ λͺ»ν•œλ‹€

MacOS λ‚΄μž₯ 터미널+zshrc둜 μž‘μ—…ν•˜λŠ” λ™μ•ˆ +1 iTerm2+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 λ“±κΈ‰