Handy cd aliases
Change to parent directory quickly:
alias ..='cd ..'
Similarly, change to parent's parents:
alias ...='cd ../..'
alias ....='cd ../../..'
Go to home:
alias ~='cd ~'
Allow for a common missed space:
alias cd..='cd ..'
Written by Marc Hibbins
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Related Tags
#bash
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#