Skip to content

Instantly share code, notes, and snippets.

@jadaradix
Last active January 25, 2022 05:22
Show Gist options
  • Star 27 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save jadaradix/8fbfb52a942fe31b7354 to your computer and use it in GitHub Desktop.
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;
@BrianaCamp
Copy link

Annnnnd you saved me, too. Thank you!

@rebeccabartels
Copy link

SAVED. Thank you!

@Youngyi
Copy link

Youngyi commented Apr 9, 2018

thanks a lot

@Youngyi
Copy link

Youngyi commented Apr 9, 2018

MAC air 10.13.3 (17D102) with sublime3, it real work. thanks

@michaelmccabe
Copy link

michaelmccabe commented Apr 15, 2018

sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
might be more pleasing (although I use 'sub' as the new command)

@alchemist95
Copy link

Thanks a lot!!

@bobo2smart
Copy link

Thank so much...this was a lifesaver. God bless you. You are AWESOME!!!!!!!!

@gameover7
Copy link

Worked great for me as well. Had to drop the 3 I was placing after Sublime Text. You have to get that application name exact or it will not work! Thank you.

@JackyLiu97
Copy link

Bless up thank you my brotha

@poojakec
Copy link

Thank you soooo much!!

@johndiginee
Copy link

Thanks a lot!

@diegoslva
Copy link

TOP

@GonEbal
Copy link

GonEbal commented Jan 14, 2021

Worked! Great! Thanks!

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