Set locale correctly

This commit is contained in:
Trevor Vallender 2023-03-13 13:51:15 +00:00
parent b900079277
commit 056328af40
1 changed files with 2 additions and 0 deletions

View File

@ -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