diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index a4a5d77..ac9af55 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -13,7 +13,7 @@ done # Path to your oh-my-zsh installation. # WSL2 would be Ubuntu, ohmyzsh is installed in userfolder -{{ if (contains "WSL2" .chezmoi.kernel.osrelease) }} +{{ if or (contains "WSL2" .chezmoi.kernel.osrelease) (contains "microsoft-standard" .chezmoi.kernel.osrelease) }} ZSH=~/.oh-my-zsh/ {{ else }} ZSH=/usr/share/oh-my-zsh/