summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-19 16:31:13 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-19 16:31:13 +0300
commit646b3682d33964467ee122ea8efc873870048fce (patch)
tree281812fb7ba939e65ee7fcc9945771926810e05d
parent44d5c1e67c5a5cdcbe8bba48c3ab7e189b6a3f60 (diff)
downloadliw-dot-files-646b3682d33964467ee122ea8efc873870048fce.tar.gz
feat(bashrc): use US English, not British English, for locale
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 3a7c569..0b2afa3 100644
--- a/bashrc
+++ b/bashrc
@@ -201,7 +201,7 @@ export HISTCONTROL=ignoredups
export HISTFILESIZE=500
export DEBEMAIL=liw@liw.fi
export VIRSH_DEFAULT_CONNECT_URI=qemu:///system
-export LANG=en_GB.UTF-8
+export LANG=en_US.UTF-8
export LC_COLLATE=fi_FI.UTF-8
export QVARNLABS_REPOS="$HOME/qvarnlabs/code"
export ANSIBLE_ROLES_PATH="$HOME/code/debian-ansible/roles:$HOME/pers/debian-ansible/roles"