Add .chezmoiignore
Add .local/share/chezmoi/.chezmoiignore
This commit is contained in:
parent
a50673e7ac
commit
ee6b843308
2 changed files with 12 additions and 0 deletions
6
.chezmoiignore
Normal file
6
.chezmoiignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ if ne .chezmoi.os "darwin" }}
|
||||
.oh-my-zsh/custom/mac.zsh
|
||||
{{ end }}
|
||||
{{ if ne .chezmoi.os "linux" }}
|
||||
.oh-my-zsh/custom/linux.zsh
|
||||
{{ end }}
|
|
@ -0,0 +1,6 @@
|
|||
{{ if ne .chezmoi.os "darwin" }}
|
||||
.oh-my-zsh/custom/mac.zsh
|
||||
{{ end }}
|
||||
{{ if ne .chezmoi.os "linux" }}
|
||||
.oh-my-zsh/custom/linux.zsh
|
||||
{{ end }}
|
Loading…
Reference in a new issue