Directory ALiaser. Navigate BASH faster then ever with a few simple commands.
create aliases for your directories so you can get more done with fewer cd commands.
once you cloned this repo, simply run the setup.sh script
this will do the following:
- if you already have a file called
~/.bash_functions, dal will be appended to that file, else~/.bash_functionswill be created and sourced in your.bashrc - dal will be appended to your
~/.bash_functionsfile - a file with the default name
.dalwill be added to your home directory
After runningsetup.sh, restart your terminal and rundal --helpfor instructions
you will now also have alias CD=dal goto, which allows you to CD into a dal alias.