mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
2f0e193b7b
commit
f7f38dafe0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue