Commit 0c9b4329 authored by George Miroshnykov's avatar George Miroshnykov
Browse files

Support for Sublime Text 3

parent b8b241f6
...@@ -21,6 +21,7 @@ elif [[ $('uname') == 'Darwin' ]]; then ...@@ -21,6 +21,7 @@ elif [[ $('uname') == 'Darwin' ]]; then
for _sublime_path in $_sublime_darwin_paths; do for _sublime_path in $_sublime_darwin_paths; do
if [[ -a $_sublime_path ]]; then if [[ -a $_sublime_path ]]; then
alias st="'$_sublime_path'" alias st="'$_sublime_path'"
break
fi fi
done done
fi fi
......
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