dynamic setting of makeflags
This commit is contained in:
@@ -75,7 +75,7 @@ alias fast='wget -O /dev/null http://speedtest.tele2.net/10GB.zip'
|
|||||||
|
|
||||||
# Exports
|
# Exports
|
||||||
export PATH="/usr/lib/ccache/bin:/home/$(whoami)/.local/bin/:$PATH"
|
export PATH="/usr/lib/ccache/bin:/home/$(whoami)/.local/bin/:$PATH"
|
||||||
export MAKEFLAGS='-j3 -l2'
|
export MAKEFLAGS="-j$(( $(nproc) + 1 )) -l$(nproc)"
|
||||||
|
|
||||||
# Shell integrations
|
# Shell integrations
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user