diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index 9fc2d26..56b855e 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -45,7 +45,7 @@ set -o noclobber # Locale and language. ## Clear the existing locale settings and set options I always want. export TIME_STYLE=long-iso # Used by GNU 'ls'. -export LANG=C.UTF-8 +export LANG=en_CA.UTF-8 # Other exports. export ANSIBLE_NOCOWS=1