diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-13 21:52:25 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-13 21:52:25 +0300 |
commit | f7f38dafe072aecd167af611890724c39837298c (patch) | |
tree | c1b113e3037bb39eace437d6022df46fd8454a09 | |
parent | 2f0e193b7bb24196d3b85957e2ac1c9403511e8b (diff) |
pull upstream changes from gitstatus
-rw-r--r-- | gitstatus/gitstatus.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index 32eec42c..a03f61ec 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -508,7 +508,7 @@ function gitstatus_start() { [[ $os[1] == android ]] || os=(linux) ;; 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);; esac local arch |