We have been typing:
cd ~/path/to/some/down/deep/example/yougetit/directory/
And we just want to type cdex
Approach
In ~/.bashrc add
:
alias cdex='cd ~/path/to/some/down/deep/example/yougetit/directory/
Then reload ~/.bashrc
source ~/.bashrc