Set locale correctly
This commit is contained in:
parent
b900079277
commit
056328af40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue