Last active
January 25, 2022 05:22
-
-
Save jadaradix/8fbfb52a942fe31b7354 to your computer and use it in GitHub Desktop.
Fix Sublime's "subl" command on OS X Yosemite.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm /usr/local/bin/subl; | |
sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl; |
SAVED. Thank you!
thanks a lot
MAC air 10.13.3 (17D102) with sublime3, it real work. thanks
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)
Thanks a lot!!
Thank so much...this was a lifesaver. God bless you. You are AWESOME!!!!!!!!
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.
Bless up thank you my brotha
Thank you soooo much!!
Thanks a lot!
TOP
Worked! Great! Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Annnnnd you saved me, too. Thank you!