mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Support for Sublime Text 3
This commit is contained in:
parent
b8b241f630
commit
0c9b4329ef
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue