Last active
January 3, 2018 14:55
-
-
Save nguyenbathanh/8b658031c519f76859e13db893c3fab2 to your computer and use it in GitHub Desktop.
Opening Sublime Text on command line as subl on Mac OS? (one line command)
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
| sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment