Env : Set TERM to xterm.

This commit is contained in:
Dmitry Voronin 2024-03-08 20:27:17 +03:00
parent f5368d15ac
commit 9e69d19e00

View file

@ -16,6 +16,6 @@
NIX_CURRENT_SYSTEM = "${pkgs.stdenv.system}"; NIX_CURRENT_SYSTEM = "${pkgs.stdenv.system}";
# Shell. # Shell.
TERM = "screen-256color"; TERM = "xterm-256color";
}; };
} }