diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-14 02:55:44 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-14 02:55:44 +0400 |
commit | b58b9ce1c165dc136f0f05a5f31ddc6e4d1d2ced (patch) | |
tree | 6d513fa5c7a9969a9b3361d579f99c25c0472ab3 /.chezmoiignore | |
parent | f80537fe2b6b7d5d83a9cc472dffe1a4aace7c73 (diff) |
Add reminders.swift to local bin
Diffstat (limited to '.chezmoiignore')
-rw-r--r-- | .chezmoiignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 36e7889..9bf243b 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -26,3 +26,6 @@ /OneDrive/Documents/PowerShell/profile.ps1 /Documents/PowerShell/profile.ps1 {{ end }} + +# Ignore reminders.swift for non-macOS +{{ if ne .chezmoi.os "darwin" -}} /.local/bin/reminders.swift {{- end }} |