pull upstream changes from gitstatus
parent
2f0e193b7b
commit
f7f38dafe0
|
@ -508,7 +508,7 @@ function gitstatus_start() {
|
||||||
[[ $os[1] == android ]] || os=(linux)
|
[[ $os[1] == android ]] || os=(linux)
|
||||||
;;
|
;;
|
||||||
cygwin_nt-*) os=($kernel cygwin_nt-10.0);;
|
cygwin_nt-*) os=($kernel cygwin_nt-10.0);;
|
||||||
mingw|msys) os=($kernel msys_nt-10.0);;
|
mingw*|msys*) os=($kernel msys_nt-10.0);;
|
||||||
*) os=($kernel);;
|
*) os=($kernel);;
|
||||||
esac
|
esac
|
||||||
local arch
|
local arch
|
||||||
|
|
Loading…
Reference in New Issue