From: Michael Prokop Date: Mon, 29 Nov 2021 10:33:17 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/github/pr/132' X-Git-Tag: v0.19.1~5 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=da239bb6fb273bd66d806c3049a352dfad6276cf;hp=bcb3ffa352f95ae1575cb2e02362cc22fba8c2a1;p=grml-etc-core.git Merge remote-tracking branch 'origin/github/pr/132' --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 773c57a..8ac9d7d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3312,7 +3312,14 @@ zrcautoload lookupinit && lookupinit # variables # set terminal property (used e.g. by msgid-chooser) -export COLORTERM="yes" +case "${COLORTERM}" in + truecolor) + # do not overwrite + ;; + *) + export COLORTERM="yes" + ;; +esac # aliases