Skip to content

Commit

Permalink
utilize sublime's embedded command line binary
Browse files Browse the repository at this point in the history
  • Loading branch information
joshvermaire committed Jul 9, 2012
1 parent 92b6cae commit a15bcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sublime/sublime.plugin.zsh
Expand Up @@ -4,6 +4,6 @@
if [[ $('uname') == 'Linux' ]]; then if [[ $('uname') == 'Linux' ]]; then
alias st='/usr/bin/sublime_text&' alias st='/usr/bin/sublime_text&'
elif [[ $('uname') == 'Darwin' ]]; then 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 fi
alias stt='st .' alias stt='st .'

0 comments on commit a15bcd6

Please sign in to comment.