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