From c7210afe5a9e05a4b5f9edd302ea6b95e190353f Mon Sep 17 00:00:00 2001 From: pankunull Date: Wed, 27 Aug 2025 23:04:51 +0200 Subject: Added LANG to the bashrc file. --- src/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.bashrc b/src/.bashrc index 2451338..53036bf 100644 --- a/src/.bashrc +++ b/src/.bashrc @@ -5,6 +5,9 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 + # Source dotfiles source ~/.bashrc_ps1 source ~/.bashrc_alias -- cgit v1.2.3