Open XueqiLi opened 5 years ago
If you run SHELL=bash source /use/local/etc/profile.d/auto jump.sh
does it fix it?
I have the same problem but the above command does not solve it
Add autojump things
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
to ~/.bash_profile or ~/.zprofile
Inside of tmex, whenever I tried
cd
orj
, I get an errorautojump_chpwd:4: command not found: autojump
. Autojump works fine outside of tmux.Environment:
I have
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
in the end of my.zshrc