From 646b3682d33964467ee122ea8efc873870048fce Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Sep 2020 16:31:13 +0300 Subject: feat(bashrc): use US English, not British English, for locale --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1