mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Fix wrong closing if condition
This commit is contained in:
parent
b05ef1034f
commit
c8c91b780b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ elif [[ "$OSTYPE" = darwin* ]]; then
|
|||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
elif [[ "$OSTYPE" = 'cygwin' ]]; then
|
||||
local _sublime_cygwin_paths > /dev/null 2>&1
|
||||
|
|
@ -53,5 +52,6 @@ elif [[ "$OSTYPE" = 'cygwin' ]]; then
|
|||
break
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
alias stt='st .'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue