mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Defaults to '.' if no values are provided
This commit is contained in:
parent
6489fffb8d
commit
fdff730699
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ elif [[ "$OSTYPE" == cygwin ]]; then
|
|||
IFS=$'\n'
|
||||
for _sublime_path in $_sublime_cygwin_paths; do
|
||||
if [[ -a $_sublime_path ]]; then
|
||||
subl() { "$_sublime_path" $(cygpath -aw $*) }
|
||||
subl() { "$_sublime_path" $(cygpath -aw ${*:-.}) }
|
||||
alias st=subl
|
||||
break
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue