mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
5d74fa39c8
commit
50c8214038
2 changed files with 1 additions and 0 deletions
BIN
gitstatus/bin/gitstatusd-msys_nt-10.0-x86_64
Executable file
BIN
gitstatus/bin/gitstatusd-msys_nt-10.0-x86_64
Executable file
Binary file not shown.
|
@ -361,6 +361,7 @@ function gitstatus_start() {
|
|||
[[ -n $daemon ]] || {
|
||||
os="$(uname -s)" && [[ -n $os ]]
|
||||
[[ $os != Linux || "$(uname -o)" != Android ]] || os=Android
|
||||
[[ $os != MSYS_NT-10.0-* ]] || os=MSYS_NT-10.0
|
||||
local arch && arch="$(uname -m)" && [[ -n $arch ]]
|
||||
daemon=$_gitstatus_plugin_dir/bin/gitstatusd-${os:l}-${arch:l}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue