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

View File

@ -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