fix escaping on MAC

This commit is contained in:
natrim 2012-07-09 10:02:06 +03:00
commit dadb341b30

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 .'