Merge pull request #1704 from laggyluke/st3

Support for Sublime Text 3
This commit is contained in:
Robby Russell 2013-04-23 19:56:26 -07:00
commit 73edf1f1eb
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ elif [[ $('uname') == 'Darwin' ]]; then
for _sublime_path in $_sublime_darwin_paths; do
if [[ -a $_sublime_path ]]; then
alias st="'$_sublime_path'"
break
fi
done
fi