Merge branch 'master' of ssh://nielandt.be:2222/joachim/chezmoi into master

This commit is contained in:
Joachim 2021-04-18 14:33:59 +02:00
commit b8f2096a1c

View File

@ -12,7 +12,12 @@ for file in ~/.dotfiles/zsh/custom/*.zsh; do
done
# Path to your oh-my-zsh installation.
# WSL2 would be Ubuntu, ohmyzsh is installed in userfolder
{{ if or (contains "WSL2" .chezmoi.kernel.osrelease) (contains "microsoft-standard" .chezmoi.kernel.osrelease) }}
ZSH=~/.oh-my-zsh/
{{ else }}
ZSH=/usr/share/oh-my-zsh/
{{ end }}
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,