Skip to content

Instantly share code, notes, and snippets.

@SureshCS-50
Forked from jadaradix/yosemite-subl
Created August 19, 2017 10:25
Show Gist options
  • Save SureshCS-50/db89ff018afa5282181ec8e346940f0f to your computer and use it in GitHub Desktop.
Save SureshCS-50/db89ff018afa5282181ec8e346940f0f to your computer and use it in GitHub Desktop.
Fix Sublime's "subl" command on OS X Yosemite.
rm /usr/local/bin/subl;
sudo 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