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 with zsh
,所以它对我来说也不像是 zsh 特定的问题。