Support for Sublime Text 3

This commit is contained in:
George Miroshnykov 2013-04-09 17:41:48 +03:00
parent b8b241f630
commit 0c9b4329ef

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