Last Updated: June 02, 2016
·
212
· Misha Behersky

Launch sublime from terminal OS X

ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/sublime

Ensure that you have /usr/local/bin in your PATH echo $PATH, otherwise you need to add it manually e.g. in your ~/.bash_profile: export PATH=/usr/local/bin:$PATH