Skip to content

Instantly share code, notes, and snippets.

@jadaradix
Last active April 29, 2025 08:13
Show Gist options
  • Select an option

  • Save jadaradix/8fbfb52a942fe31b7354 to your computer and use it in GitHub Desktop.

Select an option

Save jadaradix/8fbfb52a942fe31b7354 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;
@poojakec

Copy link
Copy Markdown

Thank you soooo much!!

@johndiginee

Copy link
Copy Markdown

Thanks a lot!

@diegoslva

Copy link
Copy Markdown

TOP

@GonEbal

GonEbal commented Jan 14, 2021

Copy link
Copy Markdown

Worked! Great! Thanks!

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