Browse Source

escape whitespace

Josh Vermaire 12 years ago
parent
commit
92b6cae026
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/sublime/sublime.plugin.zsh

+ 1 - 1
plugins/sublime/sublime.plugin.zsh

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