From 056328af40ae43d616a931641775f4dd6c81a38d Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Mon, 13 Mar 2023 13:51:15 +0000 Subject: [PATCH] Set locale correctly --- users/tsv/bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/tsv/bash_profile b/users/tsv/bash_profile index ca9c1f0..d6ca081 100644 --- a/users/tsv/bash_profile +++ b/users/tsv/bash_profile @@ -5,6 +5,8 @@ PATH=$HOME/bin:$HOME/.my_config/bin:$PATH shopt -s checkwinsize XDG_STATE_HOME=$HOME/.state +LC_ALL="en_GB.UTF-8" + # Sane defaults for history HISTFILE=$XDG_STATE_HOME/.bash_history HISTSIZE=10000