diff options
-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 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"; |