From 1f7a0fdb68c1d0f52890d68948b77467794538fe Mon Sep 17 00:00:00 2001
From: Óscar Nájera <hi@oscarnajera.com>
Date: Wed, 24 Aug 2022 16:01:51 +0200
Subject: Dotnet globalization for python LSP

---
 home-dots/dot-bashrc | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'home-dots')

diff --git a/home-dots/dot-bashrc b/home-dots/dot-bashrc
index 6ba76e8..3286e43 100644
--- a/home-dots/dot-bashrc
+++ b/home-dots/dot-bashrc
@@ -64,6 +64,9 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
     export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
 fi
 
+# For python lsp
+export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
+
 alias isrun='ps -ae | grep'
 alias gdimg='git difftool -t image_diff'
 alias G='grep -i'
-- 
cgit v1.2.3