Resolve problem with icu

This commit is contained in:
Marcin Woźniak 2022-11-18 13:05:38 +01:00
parent 5a12e7ebab
commit 6cf93f9d8b

6
.zshrc
View File

@ -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"