Activate the autocd option (Bash 4+ only). It will let you type .. for cd .. and will actually let you use any directory as a command name and will cd to it:
shopt -s autocd
Activate the autocd option (Bash 4+ only). It will let you type .. for cd .. and will actually let you use any directory as a command name and will cd to it:
shopt -s autocd