summary refs log tree commit diff
path: root/.chezmoiignore
diff options
context:
space:
mode:
Diffstat (limited to '.chezmoiignore')
-rw-r--r--.chezmoiignore6
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 }}