diff options
| author | Anton Bobov <anton@bobov.name> | 2024-01-24 22:23:53 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-01-24 22:23:53 +0500 |
| commit | 727e75a26120c8b56e93c7319281cbfc84d63a8b (patch) | |
| tree | 9691aba02cf883a718c35d2cb3c1b1ebf2930903 /files/.zsh/rc/S20_environment | |
| parent | 75a739e1fe61cbde14331282d8729809e826c3f1 (diff) | |
[zsh] Updates
Diffstat (limited to 'files/.zsh/rc/S20_environment')
| -rw-r--r-- | files/.zsh/rc/S20_environment | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment index 74b9327..e4a16a8 100644 --- a/files/.zsh/rc/S20_environment +++ b/files/.zsh/rc/S20_environment @@ -27,6 +27,8 @@ elif [ -f "/usr/bin/src-hilite-lesspipe.sh" ] ; then export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" fi +export XZ_DEFAULTS="--threads 4" + # this make man pages look nicer export LESS_TERMCAP_mb=$'\E[01;31m' export LESS_TERMCAP_md=$'\E[01;31m' |
