diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-08-24 16:01:51 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-08-24 16:01:51 +0200 |
commit | 1f7a0fdb68c1d0f52890d68948b77467794538fe (patch) | |
tree | bb7045ca66e37a15c2351bc412c7e826abf59038 | |
parent | 62e9a2e1b1996c069a85d0868e7aeaeb33a399c8 (diff) | |
download | dotfiles-1f7a0fdb68c1d0f52890d68948b77467794538fe.tar.gz dotfiles-1f7a0fdb68c1d0f52890d68948b77467794538fe.tar.bz2 dotfiles-1f7a0fdb68c1d0f52890d68948b77467794538fe.zip |
Dotnet globalization for python LSP
-rw-r--r-- | home-dots/dot-bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
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' |