1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-24 15:23:29 +02:00

Merge pull request #2079 from paulmelnikow/subl

Sublime Text: Harmonize alias with the Sublime Text install instructions
This commit is contained in:
Robby Russell
2013-09-19 06:56:35 -07:00
+2 -1
View File
@@ -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