Resolve problem with icu
This commit is contained in:
parent
5a12e7ebab
commit
6cf93f9d8b
6
.zshrc
6
.zshrc
@ -128,8 +128,11 @@ export PATH=$HOME/.local/bin:$PATH
|
|||||||
export GOPATH=$HOME/golang
|
export GOPATH=$HOME/golang
|
||||||
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
|
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
|
||||||
[ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH
|
[ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH
|
||||||
|
|
||||||
|
# History
|
||||||
export HISTTIMEFORMAT="%F %T "
|
export HISTTIMEFORMAT="%F %T "
|
||||||
|
|
||||||
|
|
||||||
# Export for WSL
|
# Export for WSL
|
||||||
if [[ "$(uname -sr)" =~ "Microsoft" ]]; then
|
if [[ "$(uname -sr)" =~ "Microsoft" ]]; then
|
||||||
export GOROOT=/usr/lib/go
|
export GOROOT=/usr/lib/go
|
||||||
@ -178,5 +181,8 @@ fi
|
|||||||
# zsh: no matches found
|
# zsh: no matches found
|
||||||
setopt +o nomatch
|
setopt +o nomatch
|
||||||
|
|
||||||
|
# Error with icu
|
||||||
|
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
|
||||||
|
|
||||||
# Generated for envman. Do not edit.
|
# Generated for envman. Do not edit.
|
||||||
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user