diff options
Diffstat (limited to '.chezmoiignore')
-rw-r--r-- | .chezmoiignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 182b6ad..36e7889 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -20,3 +20,9 @@ # Ignore all shell scripts on Windows {{ if eq .chezmoi.os "windows" -}} /*.sh {{- end }} + +# Ignore correct powershell paths depending on OS +{{ if ne .chezmoi.os "windows" }} +/OneDrive/Documents/PowerShell/profile.ps1 +/Documents/PowerShell/profile.ps1 +{{ end }} |