mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-19 04:10:45 +00: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
|
||||
}
|
||||
|
||||
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 daemon=${GITSTATUS_DAEMON:-$dir/bin/gitstatusd-${os:l}-${arch:l}}
|
||||
|
Loading…
Reference in New Issue
Block a user