7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
{{ if ne .chezmoi.os "darwin" }}
|
||
|
.oh-my-zsh/custom/mac.zsh
|
||
|
{{ end }}
|
||
|
{{ if ne .chezmoi.os "linux" }}
|
||
|
.oh-my-zsh/custom/linux.zsh
|
||
|
{{ end }}
|