Skip to content

Instantly share code, notes, and snippets.

@LeeFlannery
Last active August 29, 2015 13:56
Show Gist options
  • Save LeeFlannery/8829942 to your computer and use it in GitHub Desktop.
Save LeeFlannery/8829942 to your computer and use it in GitHub Desktop.
symlink to put "subl" in the path to run Sublime Text from terminal command line
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
# optionally set as EDITOR
export EDITOR='subl -w'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment