Skip to content

Instantly share code, notes, and snippets.

@marco-martins
Forked from jadaradix/yosemite-subl
Created September 29, 2015 08:34
Show Gist options
  • Save marco-martins/86a38f0b77d6ce68317d to your computer and use it in GitHub Desktop.
Save marco-martins/86a38f0b77d6ce68317d to your computer and use it in GitHub Desktop.
Fix Sublime's "subl" command on OS X Yosemite.
rm /usr/local/bin/subl;
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment