mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Merge 5dd256a81c into 9eaf51107f
This commit is contained in:
commit
710040ad0b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ elif [[ "$OSTYPE" = 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 subl="'$_sublime_path'"
|
subl () { "$_sublime_path" $* }
|
||||||
alias st=subl
|
alias st=subl
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue