mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
pull upstream changes from gitstatus
This commit is contained in:
@@ -221,6 +221,7 @@ function gitstatus_start() {
|
||||
FreeBSD) threads=$(( 2 * $(sysctl -n hw.ncpu) ));;
|
||||
*) threads=$(( 2 * $(getconf _NPROCESSORS_ONLN) ));;
|
||||
esac
|
||||
(( threads <= 32 )) || threads=32
|
||||
}
|
||||
|
||||
local -i sigwinch_pid=-1
|
||||
|
||||
Reference in New Issue
Block a user