wting / autojump

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

changing binding #675

Open nahum-landa opened 1 year ago

nahum-landa commented 1 year ago

I use only j and want jc be bound to another tool. how can I do this?

mp3foley commented 1 year ago

If you have not figured it out yet, you can just override the jc function after the line your shell configuration sets up autojump (sources autojump.sh). For example putting and function definition or alias at the very bottom of your .bashrc file.