From cb58e2601b6c95806500bee061a42eb321ee880e Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Fri, 16 Aug 2024 09:54:36 +0200 Subject: [PATCH] [ZSH] Set mac locale --- zsh/.mac_config.example | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.mac_config.example b/zsh/.mac_config.example index 19b1701..d71a458 100644 --- a/zsh/.mac_config.example +++ b/zsh/.mac_config.example @@ -1,6 +1,7 @@ export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 export JAVA_HOME=`/usr/libexec/java_home` +defaults write .GlobalPreferences AppleLocale en_DE # Set path to work with pycharm ... # [[ "$PATH" =~ /usr/local/bin ]] || export PATH=$PATH:/usr/local/bin