From 2c1e2a1da93d008c4db7d2b83d1cd8cf7d6de084 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 08:41:26 +0000 Subject: [PATCH] Update dotfiles/.bash_profile --- dotfiles/.bash_profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index 4a435046..5b2841f3 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# Prefer US English +export LANG="en_US" +export LC_ALL="en_US.UTF-8" + chmod +x ~/.local/bin/* if [ -e install-terminal-theme ]; then