open sublime text 3 from terminal mac

Solutions on MaxInterview for open sublime text 3 from terminal mac by the best coders in the world

showing results for - "open sublime text 3 from terminal mac"
Erik
17 May 2016
1ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
2
Raphaël
04 Feb 2017
1export PATH=/bin:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$PATH
2export EDITOR='subl -w'
3
similar questions
queries leading to this page
open sublime text 3 from terminal mac