wting/autojump

After installing autojump plugin, the following problems occur.

devsungmin opened this issue · 4 comments

If the plugin is installed and source ~/.zshrc is performed, the following error message appears.

/usr/local/share/autojump/autojump.zsh:49: defining function based on alias 'zz'
/usr/local/share/autojump/autojump.zsh:49: parse error near '()'

os: Mac os 11.0
shell: zsh (Oh My Zsh)

akorp commented

Plz see #494. You can try running unalias zz

Thank you. @akorp

I solved that problem.

Thank you. @akorp

I solved that problem.

sorry, but unalias zz cannot fix this issue in my case, can you tell me how you fix it?

Got this error in terminal:

/usr/local/share/autojump/autojump.zsh:49: defining function based on alias 'j'
/usr/local/share/autojump/autojump.zsh:49: parse error near '()'

Fixed with run unalias j 👻