added locales to bashrc

This commit is contained in:
2026-08-13 11:28:35 +02:00
parent e6293ee6c7
commit 7593cd5c2e
+2 -1
View File
@@ -29,7 +29,8 @@ shopt -s cdspell # autocorrect typos in path names when using 'cd'
shopt -s globstar # allow use of ** in file globbing
shopt -s nocaseglob # case insensitive globbing
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)