From a1d075fc0d4d4a1615271199a640daef51310d1b Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 21 May 2023 13:44:39 +0300 Subject: [PATCH] fix(shell): Fix `LC_ALL` locale --- config/exports-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/exports-shell b/config/exports-shell index ce743af..91849fb 100755 --- a/config/exports-shell +++ b/config/exports-shell @@ -4,7 +4,7 @@ # vim: filetype=zsh source "$DOTFILES/scripts/shared.sh" -export LC_ALL=fi_FI.utf8 +export LC_ALL=fi_FI.UTF-8 # Bash completion file location export BASH_COMPLETION_USER_FILE="${XDG_CONFIG_HOME}/bash-completion/bash_completion"