zshrc: do not unconditionally overwrite $COLORTERM
[grml-etc-core.git] / etc / zsh / zshrc
index 773c57a..8ac9d7d 100644 (file)
@@ -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