2025-02-24 05:43:06 +01:00
|
|
|
#
|
|
|
|
# Runtime Configuration file for Zutils
|
|
|
|
#
|
|
|
|
# Zutils looks for this file in:
|
2025-02-24 06:02:28 +01:00
|
|
|
# 1 - $XDG_CONFIG_HOME/zutils.conf
|
|
|
|
# 2 - ${sysconfdir}/zutils.conf
|
|
|
|
# XDG_CONFIG_HOME defaults to $HOME/.config
|
2025-02-24 05:43:06 +01:00
|
|
|
|
|
|
|
# This file sets the compressor and options to be used for each format.
|
2025-02-24 06:03:46 +01:00
|
|
|
# The command-line options override compressors specified in this file.
|
2025-02-24 05:43:06 +01:00
|
|
|
# Syntax: <format> = <compressor> [options]
|
|
|
|
# Uncomment each line you want to take effect.
|
|
|
|
|
|
|
|
# bz2 = lbzip2 -n2
|
|
|
|
# gz = pigz -p2
|
|
|
|
# lz = plzip -n2
|
|
|
|
# xz = pixz -p2
|
2025-02-24 06:00:56 +01:00
|
|
|
# zst = zstd -T2
|