mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
Merge commit '86d980cdb5d8eed683322f61db7c22c02640dd67'
This commit is contained in:
commit
b38a7bf4af
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ function gitstatus_start"${1:-}"() {
|
||||||
|
|
||||||
typeset -gi _GITSTATUS_LOCK_FD_$name=lock_fd
|
typeset -gi _GITSTATUS_LOCK_FD_$name=lock_fd
|
||||||
|
|
||||||
if [[ -n $USERPROFILE && -d /cygdrive && -d /proc/self/fd ]]; then
|
if [[ $OSTYPE == cygwin* && -d /proc/self/fd ]]; then
|
||||||
# Work around bugs in Cygwin 32-bit.
|
# Work around bugs in Cygwin 32-bit.
|
||||||
#
|
#
|
||||||
# This hangs:
|
# This hangs:
|
||||||
|
|
Loading…
Reference in a new issue