From 66e68336233d13c228a52236cba1cdf0ecb25445 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 10 Nov 2020 20:56:36 -0800 Subject: [PATCH] Support OS X spelling of en_US.UTF-8 --- dotfiles/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/env b/dotfiles/env index a927d92..c883a31 100755 --- a/dotfiles/env +++ b/dotfiles/env @@ -46,7 +46,7 @@ export GPG_ID=7FD58D9A196DCEEEAD671F94F4D7A7915DEA789B # Setup locale if test -x /usr/bin/locale ; then - for l in en_US.utf8 C.UTF-8 C ; do + for l in en_US.utf8 en_US.UTF-8 C.UTF-8 C ; do if /usr/bin/locale -a | grep -q "${l}" ; then export LC_CTYPE=${l} export LC_NUMERIC=${l}