Merge pull request #1216 from joshvermaire/patch-1

Escape whitespace for Sublime Text plugin
This commit is contained in:
Robby Russell 2012-07-09 19:34:03 -07:00
commit ddafaf65fb

View File

@ -4,6 +4,6 @@
if [[ $('uname') == 'Linux' ]]; then
alias st='/usr/bin/sublime_text&'
elif [[ $('uname') == 'Darwin' ]]; then
alias st='open -a /Applications/Sublime Text 2.app'
alias st='/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl'
fi
alias stt='st .'