Commit 4da4d12d authored by Paul Melnikow's avatar Paul Melnikow
Browse files

Sublime Text: Harmonize alias with the Sublime Text install instructions

The typical command is `subl`, not `st`. Leaving both for backward compatibility.

See http://www.sublimetext.com/docs/2/osx_command_line.html
parent 434f3bc0
...@@ -21,7 +21,8 @@ elif [[ $('uname') == 'Darwin' ]]; then ...@@ -21,7 +21,8 @@ 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 subl="'$_sublime_path'"
alias st=subl
break break
fi fi
done 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