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"