Skip to content

Instantly share code, notes, and snippets.

@joshuaclayton
Created August 22, 2008 13:28
Show Gist options
  • Save joshuaclayton/6785 to your computer and use it in GitHub Desktop.
Save joshuaclayton/6785 to your computer and use it in GitHub Desktop.
alias ..='cd ../'
alias ...='cd ../..'
alias ....='cd ../../..'
alias .....='cd ../../../..'
alias ......='cd ../../../../..'
alias .......='cd ../../../../../..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment