autojump icon indicating copy to clipboard operation
autojump copied to clipboard

Can I disable directory echo via ENV?

Open billypon opened this issue 8 years ago • 1 comments

When I typed j foo, I can see red echo /path/to/foo, and then cd to the directory. I don't want to see the echo. Is there an option to disable it?

billypon avatar May 05 '17 06:05 billypon

either del lines in /usr/local/share/autojump/autojump.bash or cp j() to ur local bashrc after sourcing autojump.sh and delete the lines there

brandon733t avatar Jan 08 '22 21:01 brandon733t