Commit 92b6cae0 authored by Josh Vermaire's avatar Josh Vermaire
Browse files

escape whitespace

parent 0370de58
...@@ -4,6 +4,6 @@ ...@@ -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 .'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment