mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-02-04 05:08:02 +02:00
pull upstream changes from gitstatus
This commit is contained in:
parent
dd4518bc39
commit
e028cf5c90
BIN
gitstatus/bin/gitstatusd-android-aarch64
Executable file
BIN
gitstatus/bin/gitstatusd-android-aarch64
Executable file
Binary file not shown.
@ -275,7 +275,7 @@ function gitstatus_start() {
|
|||||||
setopt xtrace
|
setopt xtrace
|
||||||
}
|
}
|
||||||
|
|
||||||
local os && os=$(uname -s) && [[ -n $os ]]
|
local os && { [[ $(uname -o) == Android ]] && os=Android || os=$(uname -s) } && [[ -n $os ]]
|
||||||
local arch && arch=$(uname -m) && [[ -n $arch ]]
|
local arch && arch=$(uname -m) && [[ -n $arch ]]
|
||||||
|
|
||||||
local daemon=${GITSTATUS_DAEMON:-$dir/bin/gitstatusd-${os:l}-${arch:l}}
|
local daemon=${GITSTATUS_DAEMON:-$dir/bin/gitstatusd-${os:l}-${arch:l}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user