escape whitespace

This commit is contained in:
Josh Vermaire 2012-07-08 23:34:27 -07:00
parent 0370de582b
commit 92b6cae026
1 changed files with 1 additions and 1 deletions

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='open -a /Applications/Sublime\ Text\ 2.app'
fi
alias stt='st .'