Skip to content

Instantly share code, notes, and snippets.

@ryannealmes
Created November 10, 2014 15:09
Show Gist options
  • Save ryannealmes/3187eb7f94eb5fca0a2d to your computer and use it in GitHub Desktop.
Save ryannealmes/3187eb7f94eb5fca0a2d to your computer and use it in GitHub Desktop.
Adding terminal short cuts for applications

Create a sym link between the application and a folder.

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime

Make sure that folder is included in your .bash_profile export PATH

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