Last Updated: February 25, 2016
·
539
· teachmeter

Alias change directory to parent

Add to your ~/.bashrc this:

alias ..="cd .."

Use thecode.

Additional aliases:
>>alias ...="cd ../../" alias ....="cd ../../../" alias .....="cd ../../../../"

I still use only the first as it is super fast to type and enter