何らかの理由で ArchLinux の autojump が動作しませんzsh
。
に切り替えると正常に動作しbash
ますが。
$ sudo pacman -S autojump
自動ジャンプ: 動作しませんzsh
$ source /usr/etc/profile.d/autojump.sh
$ j
zsh: command not found: j
$ source /usr/etc/profile.d/autojump.bash
$ j
zsh: command not found: j
自動ジャンプ: 動作しますbash
$ bash
(bash) $ source /usr/etc/profile.d/autojump.bash
(bash) $ j
autojump: ...
私の環境:
$ echo $SHELL
/bin/zsh
$ zsh --version
zsh 5.0.2 (x86_64-unknown-linux-gnu)
OS Xでautojumpを使用してzsh
いるため、zsh固有の問題のようには見えません。