wting / autojump

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

how to totally uninstall autojump #537

Closed kingname closed 6 years ago

kingname commented 6 years ago

I have already uninstall autojump by the command sudo apt-get remove autojump

however, when I cd to any folder, the terminal will raise error:

autojump_chpwd:4: nice(5) failed: operation not permitted
autojump_chpwd:4: command not found: autojump
tjtaylo commented 6 years ago

I'm having the same issue. Has anyone found a solution?

wting commented 6 years ago

Autojump is have binary and have shell script. Removing the Debian package only removes the binary.

Please go into ~/.zshrc and remove anything referencing autojump in there and restart your terminal.

tjtaylo commented 6 years ago

@wting That worked for me, thank you!!

azzamsa commented 4 years ago

Having the some problem. Removed everything under bashrc/profile, but the issue persists.

The warning gone after reboot.