Compare commits

..

No commits in common. "2bd3e081ca6fd3f6ec842d86a6203da27f01e11d" and "d9457b3490b265d91620581b95a03a6544e3ff65" have entirely different histories.

1 changed files with 2 additions and 4 deletions

View File

@ -2,10 +2,8 @@ export BROWSER="firefox"
export EDITOR="nvim"
export TZ="America/Los_Angeles"
export GTK_THEME="Adwaita:dark"
export LANG="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
export LANGUAGE="en_US"
export LC_ALL="en_US"
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