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_functions
will be created and sourced in your.bashrc
- dal will be appended to your
~/.bash_functions
file - a file with the default name
.dal
will be added to your home directory
After runningsetup.sh
, restart your terminal and rundal --help
for instructions
you will now also have alias CD=dal goto
, which allows you to CD
into a dal alias.