mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Windows stuff
This commit is contained in:
parent
7cc8cbbf87
commit
8046973348
2 changed files with 31 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue