diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/parameters | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/parameters b/etc/parameters index 95d22d4..87979d9 100644 --- a/etc/parameters +++ b/etc/parameters @@ -28,6 +28,8 @@ TIMEFMT='%J (%P) - %*E real, %*U user, %*S system' # completion cache for compinit compdump=$ZCACHEDIR/compdump +export MAKEFLAGS=j$(grep -c '^processor' /proc/cpuinfo) + # Add my own executables, if they're not already in the path [[ $path[1] = $HOME/bin ]] || export PATH=$HOME/bin:$PATH |