1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Support for Sublime Text 3

This commit is contained in:
George Miroshnykov 2013-04-09 17:41:48 +03:00
parent b8b241f630
commit 0c9b4329ef

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