aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-09-05 19:32:34 +0500
committerAnton Bobov <anton@bobov.name>2025-09-05 19:32:34 +0500
commit9faa97e3b21dffdc0a4ebea42c31be6ce6a1e45c (patch)
treefd436f5fe7f0c6c3a6fcbee275ecbb586abacb54
parentb68930fc5cd23316dff81c8e2c60620e20df7b28 (diff)
zsh: Setup zstd default threads
-rw-r--r--files/.zsh/rc/S20_environment1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment
index a229b07..d950397 100644
--- a/files/.zsh/rc/S20_environment
+++ b/files/.zsh/rc/S20_environment
@@ -29,6 +29,7 @@ elif [ -f "/usr/bin/src-hilite-lesspipe.sh" ] ; then
fi
export XZ_DEFAULTS="--threads 4"
+export ZSTD_NBTHREADS=4
# this make man pages look nicer
export LESS_TERMCAP_mb=$'\E[01;31m'