Commit 4275e68b authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2079 from paulmelnikow/subl

Sublime Text: Harmonize alias with the Sublime Text install instructions
parents 9d936087 4da4d12d
......@@ -21,7 +21,8 @@ elif [[ $('uname') == 'Darwin' ]]; then
for _sublime_path in $_sublime_darwin_paths; do
if [[ -a $_sublime_path ]]; then
alias st="'$_sublime_path'"
alias subl="'$_sublime_path'"
alias st=subl
break
fi
done
......
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