Added xterm-256color

This commit is contained in:
Craige McWhirter 2020-04-22 08:15:25 +10:00
parent e22fb8dc62
commit 2cdb7a4564
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -68,6 +68,7 @@
enable = true; enable = true;
}; };
interactiveShellInit = '' interactiveShellInit = ''
export TERM="xterm-256color"
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors) test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors)
export GPG_TTY="$(tty)" export GPG_TTY="$(tty)"