mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-02 02:56:36 +02:00
pull upstream changes from gitstatus
This commit is contained in:
parent
9519c5fa03
commit
9cd922af31
@ -361,7 +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
|
||||
[[ $os != (MINGW64_NT-10.0|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 New Issue
Block a user