Commit 0370de58 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1122 from varunkvv/master

sublime pluginn : Added alias for Sublime Text 2 on Linux
parents 76feafc7 8923694f
# Sublime Text 2 Aliases # Sublime Text 2 Aliases
alias st='/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl' #unamestr = 'uname'
if [[ $('uname') == 'Linux' ]]; then
alias st='/usr/bin/sublime_text&'
elif [[ $('uname') == 'Darwin' ]]; then
alias st='open -a /Applications/Sublime Text 2.app'
fi
alias stt='st .' alias stt='st .'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment