1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00:00

Merge pull request #1704 from laggyluke/st3

Support for Sublime Text 3
This commit is contained in:
Robby Russell 2013-04-23 19:56:26 -07:00
commit 73edf1f1eb

View file

@ -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