Merge branch 'master' of ssh://nielandt.be:2222/joachim/chezmoi into master
This commit is contained in:
commit
b8f2096a1c
@ -12,7 +12,12 @@ for file in ~/.dotfiles/zsh/custom/*.zsh; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# 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/
|
ZSH=/usr/share/oh-my-zsh/
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# 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,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
Loading…
Reference in New Issue
Block a user