Joined June 2012
·
Posted to
Run Sublime Text unlinked from terminal session in Linux and Darwin
over 1 year
ago
There's also a subl
binary available inside the MacOS Application package:
/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/
You can add this folder to your PATH to make it available everywhere by adding the following line to your .bash_profile file:
export PATH=$PATH:/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/
Achievements
271 Karma
71,569 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Raven
Have at least one original repo where some form of shell script is the dominant language
If you're having any weird issues with your mounts timing out or constantly disconnecting try disabling jumbo frames on both your mac and the server, that solved the problem for me!