Joined April 2014
·
Achievements
29 Karma
0 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
Mongoose
Have at least one original repo where Ruby is the dominant language
I know, it's an old post, but maybe useful for someone that will watch.
You can add the sublime plugin in the .zshrc file like that (only if using oh my zsh):
plugins=(sublime)
Then from the shell u can just type:
st // just open sublime text
st filename // opens the file in sublime text
stt //opens the pwd in sublime text
Hope that was useful!