Last active
March 21, 2023 07:49
-
-
Save vanderlin/ae02bf5ee6a43c5531d9 to your computer and use it in GitHub Desktop.
Create a Sublime Text 3 symbolic link to open a file via command line. paste this into terminal and now you can run `subl .` to open the directory in sublime or `subl file.html`
This file contains hidden or 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
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl |
works perfectly. tq
Thanks! 👍
Thank you very much!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ty!