Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1216 from joshvermaire/patch-1
Browse files Browse the repository at this point in the history
Escape whitespace for Sublime Text plugin
  • Loading branch information
robbyrussell committed Jul 10, 2012
2 parents 0370de5 + a15bcd6 commit ddafaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sublime/sublime.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .'

0 comments on commit ddafaf6

Please sign in to comment.