diff options
author | Ben Sima <ben@bsima.me> | 2024-08-03 11:46:05 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-08-14 13:57:56 -0400 |
commit | 994f29c31d9329f627c5a588cdebe76606e4292f (patch) | |
tree | ccb642ab82f271f60ed8ca15ad36fcc293a932d4 /lib/common.nix | |
parent | 2384b5314eb2fb961bd57d6fb6c5c78cab31dd1c (diff) |
messing with xterm and font sizes
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |