# HG changeset patch # User zegervdv # Date 1662039598 -7200 # Node ID 19ce1b93d3cf0566506750c317f267509d778fcd # Parent eb85d49022ac907b5b069952600ab5bacf35678e Enable truecolor in zsh diff -r eb85d49022ac -r 19ce1b93d3cf dot_zshrc --- 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