From d731cea0dbe07738cf28bf69d13fc27dce53685d Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 25 Oct 2022 21:44:46 +0000 Subject: [PATCH] Update dotfiles/.profile --- dotfiles/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.profile b/dotfiles/.profile index 9be96c70..88ebb4fa 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -230,7 +230,7 @@ export EDITOR="vim" export MANPAGER="less -X" # Prefer US English and use UTF-8 -if type locale-gen &> /dev/null; then +if [ -e locale-gen ]; then export LC_ALL="en_US.UTF-8" fi export LANG="en_US"