changeset 645:19ce1b93d3cf

Enable truecolor in zsh
author zegervdv <zegervdv@me.com>
date Thu, 01 Sep 2022 15:39:58 +0200
parents eb85d49022ac
children eb7d12790ebe
files dot_zshrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_zshrc	Thu Sep 01 14:00:14 2022 +0200
+++ b/dot_zshrc	Thu Sep 01 15:39:58 2022 +0200
@@ -3,6 +3,7 @@
 fpath=(~/.zsh/completions $fpath)
 
 export TERM=xterm-256color
+export COLORTERM=truecolor
 
 export LC_ALL=en_US.UTF-8
 export LC_CTYPE=en_US.UTF-8