From 270526432b63b5723cd7e660c90cf9e2e8b90d5a Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 15 Feb 2022 23:36:54 +0100 Subject: [PATCH] force locale --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index e9aca34..627d925 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,7 @@ source ~/.zplug/init.zsh +source /etc/profile.d/locale.sh + zplug "plugins/git", from:oh-my-zsh zplug "zsh-users/zsh-completions"