Skip to content

Instantly share code, notes, and snippets.

@Sanabria
Last active January 23, 2019 13:41
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 Sanabria/f9215385d190762dc72607b032d23873 to your computer and use it in GitHub Desktop.
Save Sanabria/f9215385d190762dc72607b032d23873 to your computer and use it in GitHub Desktop.
Add sublime to bash profile
add one line alias into your .bash_profile, then you are done:
alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'
use:
subl [YOUR_FILE_PATH_TO_OPEN]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment