From 2cdb7a4564d10a4084472e4fda11415d21c6a8f9 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 22 Apr 2020 08:15:25 +1000 Subject: [PATCH] Added xterm-256color --- roles/host_common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/host_common.nix b/roles/host_common.nix index dcfb43d..422e37b 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -68,6 +68,7 @@ enable = true; }; interactiveShellInit = '' + export TERM="xterm-256color" eval "$(direnv hook zsh)" test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors) export GPG_TTY="$(tty)"