wting / autojump

A cd command that learns - easily navigate directories from the command line
Other
16.08k stars 703 forks source link

After installing autojump plugin, the following problems occur. #619

Closed devsungmin closed 2 years ago

devsungmin commented 3 years ago

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 3 years ago

Plz see https://github.com/wting/autojump/issues/494. You can try running unalias zz

devsungmin commented 3 years ago

Thank you. @akorp

I solved that problem.

dczpat commented 2 years ago

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?

woolson commented 1 year ago

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 👻