autojump not working my M1 laptop
I saw the issue https://github.com/wting/autojump/issues/196, but I don't think my problem is the same with it
I have used the autojump for a long time. but it hasn't been working since I used the M1 laptop.
I installed it by homebrew brew install autojump
, and I set the two following two lines commands into my .zshrc
[ -f /opt/homebrew/etc/profile.d/autojump.sh ] && . /opt/homebrew/etc/profile.d/autojump.sh
[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh
but it still doesn't work anymore.
Help me. I really do love it. I can NOT lose it.
