From d9457b3490b265d91620581b95a03a6544e3ff65 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 1 Dec 2024 17:14:47 -0800 Subject: [PATCH] locales --- zsh/.zshenv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zshenv b/zsh/.zshenv index de8d423..b10f9ac 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -2,7 +2,8 @@ export BROWSER="firefox" export EDITOR="nvim" export TZ="America/Los_Angeles" export GTK_THEME="Adwaita:dark" -export GOPATH=~/.local/lib/go/ +export LANG = "en_US.UTF-8" +export LC_CTYPE = "en_US.UTF-8" # Apply QubesOS specific configuration if command -v qubesdb-read &> /dev/null; then