fix: TERM and TERMINFO

This commit is contained in:
Ryan Yin
2023-12-07 21:37:06 +08:00
parent 0e2faec44f
commit dfab5ddacc
3 changed files with 45 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ in rec {
# set default applications
BROWSER = "firefox";
TERM = "xterm-256color";
# enable scrolling in git diff
DELTA_PAGER = "less -R";