CD Faster on Linux | Task

Ole Ersoy
Mar - 16  -  1 min

Scenario

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