goto – a shell utility allowing navigation to aliased directories ↦
Register an alias like goto -r dev /home/jerod/dev
. From then on out, you can just goto dev
. Lazarus says:
It comes with a nice auto-completion script so that whenever you press the tab key after the
goto
command, bash or zsh prompts with suggestions for the available aliases.
Discussion
Sign in or Join to comment or subscribe