I\'m running into a problem when using the \"subl\" command in my terminal. It used to work fine but lately when I run it does open the files I want but I can\'t edit them and m
I was having the same issue, so i ran: ln -sv "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
(do NOT escape-paste this command)
The output was: ln: /usr/local/bin/subl: **file exists**
and subl
wasn't working, so I navigated to the directory it was located in, checked the "get info" and the size was either 24 or 32 bytes (idr) & I deleted it.
After deleting the subl
exec file, i ran the original command again and it worked and the new file size is 62bytes)
If you're curios, the output for this sys link is: /usr/local/bin/subl -> /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl