Merge pull request #1216 from joshvermaire/patch-1
Escape whitespace for Sublime Text plugin
This commit is contained in:
commit
ddafaf65fb
@ -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 .'
|
||||
|
Loading…
Reference in New Issue
Block a user