Commit 73edf1f1 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1704 from laggyluke/st3

Support for Sublime Text 3
parents 1ae16a20 0c9b4329
......@@ -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
......
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