Answers for "add bash terminal to sublime text"

1

connecting sublime to bash command line

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
Posted by: Guest on November-06-2020
0

connecting sublime to bash command line

export EDITOR='subl -w'
Posted by: Guest on November-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language