re-re-fix locales

This commit is contained in:
Lance Vick 2024-12-01 17:21:49 -08:00
parent a200b6983e
commit 2bd3e081ca
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ export BROWSER="firefox"
export EDITOR="nvim"
export TZ="America/Los_Angeles"
export GTK_THEME="Adwaita:dark"
export LANGUAGE="en_US"
export LC_ALL="en_US"
export LANG="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
export LANGUAGE="en_US"
export LC_ALL="en_US"
# Apply QubesOS specific configuration
if command -v qubesdb-read &> /dev/null; then