From 6cf93f9d8bd898811390a267c79844a8d20a561c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Fri, 18 Nov 2022 13:05:38 +0100 Subject: [PATCH] Resolve problem with icu --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index bc6e81f..5ee9f39 100644 --- a/.zshrc +++ b/.zshrc @@ -128,8 +128,11 @@ export PATH=$HOME/.local/bin:$PATH export GOPATH=$HOME/golang export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin [ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH + +# History export HISTTIMEFORMAT="%F %T " + # Export for WSL if [[ "$(uname -sr)" =~ "Microsoft" ]]; then export GOROOT=/usr/lib/go @@ -178,5 +181,8 @@ fi # zsh: no matches found setopt +o nomatch +# Error with icu +export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 + # Generated for envman. Do not edit. [ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"