Windows stuff

This commit is contained in:
Fred Klassen 2023-02-08 12:36:32 -08:00
commit 8046973348
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
2 changed files with 31 additions and 2 deletions

View file

@ -157,5 +157,12 @@ if [ -f "$HOME/.config/starship.toml" ]; then
eval "$(starship init zsh)"
fi
# stuff for Windows
if [ "$MSYSTEM" = "MINGW64" ]; then
zstyle :compinstall filename "$HOME/.zshrc"
autoload -Uz compinit
compinit
fi
# opt out of et telemetry data upload
ET_NO_TELEMETRY=1