fzf-tab
fzf-tab copied to clipboard
Fix the CPU cores info on macOS
Problem
nproc does not exist in macOS, therefore the number of CPU cores is not taken, nor additional cores are not utilized on macOS during the build-fzf-tab-module() call.
Solution
This PR solves this problem by using sysctl on macOS systems.
LGTM