From 994f29c31d9329f627c5a588cdebe76606e4292f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 3 Aug 2024 11:46:05 -0400 Subject: messing with xterm and font sizes --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index f9dfbf3..dd81d81 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -15,7 +15,7 @@ in { LANGUAGE = locale; PATH = "${homedir}/bin:${homedir}/.local/bin:$PATH"; PAGER = "less"; # "bat --theme=ansi"; - XTERM_LOCALE = locale; + #XTERM_LOCALE = locale; PYTHONSTARTUP = "${homedir}/.pythonrc"; FD_OPTIONS = "--follow --exclude .git"; -- cgit v1.2.3