X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=8ac9d7da20f70d85e085debcdddeb97cf1c107a1;hb=69255e617abd0d063240d11f975b2fecf94d758e;hp=773c57a24a6ea921a38fd58fe22f24a98a7b1033;hpb=ae49957322c648fcd64b7e73485cb06f4b694207;p=grml-etc-core.git 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