From 7593cd5c2e06cfeeac45fdbb26f45e9f6c292079 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Thu, 13 Aug 2026 11:28:35 +0200 Subject: [PATCH] added locales to bashrc --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 216079c..3adc7de 100644 --- a/bashrc +++ b/bashrc @@ -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)