mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #1216 from joshvermaire/patch-1
Escape whitespace for Sublime Text plugin
This commit is contained in:
commit
ddafaf65fb
1 changed files with 1 additions and 1 deletions
|
@ -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 .'
|
||||
|
|
Loading…
Reference in a new issue