From 6f45d3c82bfbde25a112d878b46c00b962f468cd Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 25 Jan 2021 08:41:21 -0800 Subject: disable LC_ALL --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.nix b/lib/common.nix index afbe5a1..c977cdb 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -11,7 +11,7 @@ in GPGID = gpgid; EDITOR = "vim"; LANG = locale; - LC_ALL = locale; + # LC_ALL = locale; # bash prints an error when I try to set this LANGUAGE = locale; PATH = "${homedir}/bin:${homedir}/.local/bin:$PATH"; PAGER = "less"; # "bat --theme=ansi"; -- cgit v1.2.3