Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EvanLovely/5882f2ab6b3bcf041c4a to your computer and use it in GitHub Desktop.
Save EvanLovely/5882f2ab6b3bcf041c4a to your computer and use it in GitHub Desktop.

Installation

Copy code and run this:

pbpaste >> ~/.bash_aliases

Open a new Terminal and type .. to go up.

alias ..='cd ..'
alias ...='cd ../..'
alias ....='cd ../../..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment