From 459a02295f3712bfc68529f1d8a78d062588e989 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 08:10:53 +0000 Subject: [PATCH] Update dotfiles/.bashrc, dotfiles/.profile --- dotfiles/.bashrc | 2 +- dotfiles/.profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index de827004..ce0f9449 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -156,7 +156,7 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then fi # Prefer US English - # export LC_ALL="en_US.UTF-8" + export LC_ALL="en_US.UTF-8" fi ### Miscellaneous diff --git a/dotfiles/.profile b/dotfiles/.profile index c4dfa037..dba33103 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -266,7 +266,7 @@ export EDITOR="vim" export MANPAGER="less -X" # Set language -export LANG="en_US" +export LANG="en_US.UTF-8" ### .local/bin export PATH="$PATH:$HOME/.local/bin"