comparison dot_zshrc @ 645:19ce1b93d3cf

Enable truecolor in zsh
author zegervdv <zegervdv@me.com>
date Thu, 01 Sep 2022 15:39:58 +0200
parents b8f4fa2ebc4b
children da1e79692928
comparison
equal deleted inserted replaced
644:eb85d49022ac 645:19ce1b93d3cf
1 # vim:ft=zsh 1 # vim:ft=zsh
2 2
3 fpath=(~/.zsh/completions $fpath) 3 fpath=(~/.zsh/completions $fpath)
4 4
5 export TERM=xterm-256color 5 export TERM=xterm-256color
6 export COLORTERM=truecolor
6 7
7 export LC_ALL=en_US.UTF-8 8 export LC_ALL=en_US.UTF-8
8 export LC_CTYPE=en_US.UTF-8 9 export LC_CTYPE=en_US.UTF-8
9 10
10 autoload -U colors && colors 11 autoload -U colors && colors