summary refs log tree commit diff
path: root/.chezmoiignore
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-13 00:28:43 +0400
committerAlen <alen@dotfiles.xyz>2023-09-14 01:36:41 +0400
commit73ccf329640316f26305e6b0c8dc75956b370237 (patch)
tree10c2717e4b299b78118416dea93f54d9ccd3d8a5 /.chezmoiignore
parent96326bbd44e47f2485cb378401e7a198ec3092a4 (diff)
Add basic PowerShell profile
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 }}