Skip to content

Instantly share code, notes, and snippets.

@dannyvassallo
Last active August 17, 2016 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyvassallo/d595ebd3eaedb2345285b7610403c466 to your computer and use it in GitHub Desktop.
Save dannyvassallo/d595ebd3eaedb2345285b7610403c466 to your computer and use it in GitHub Desktop.
create a permanent alias

#Permanent alias

In terminal run the following (pick your poison, editors are separated by the 'or' operator):

nano ~/.bash_profile || subl ~/.bash_profile || atom ~/.bash_profile

Add the following line to your .bash_profile but change goto_sites and the path to your own:

alias goto_sites='cd ~/../../Volumes/Graphic\ Design/sites/'

Restart your terminal

Hey, here you go --> $.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment