mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
escape whitespace
This commit is contained in:
parent
0370de582b
commit
92b6cae026
1 changed files with 1 additions and 1 deletions
|
@ -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='open -a /Applications/Sublime\ Text\ 2.app'
|
||||||
fi
|
fi
|
||||||
alias stt='st .'
|
alias stt='st .'
|
||||||
|
|
Loading…
Reference in a new issue