mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-19 04:47:40 +02:00
pull upstream changes from gitstatus
This commit is contained in:
parent
274c50883a
commit
e10c4c70f6
@ -361,7 +361,7 @@ function gitstatus_start() {
|
||||
[[ -n $daemon ]] || {
|
||||
os="$(uname -s)" && [[ -n $os ]]
|
||||
[[ $os != Linux || "$(uname -o)" != Android ]] || os=Android
|
||||
[[ $os != (MINGW64_NT-10.0|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…
x
Reference in New Issue
Block a user