Last active
January 23, 2019 13:41
-
-
Save Sanabria/f9215385d190762dc72607b032d23873 to your computer and use it in GitHub Desktop.
Add sublime to bash profile
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
add one line alias into your .bash_profile, then you are done: | |
alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl' | |
use: | |
subl [YOUR_FILE_PATH_TO_OPEN] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment