changeset 578:8e3088140ac6

Disable tmux and zsh plugins on windows
author zegervdv <zegervdv@me.com>
date Thu, 24 Mar 2022 09:22:08 +0100
parents 50e9c21e8e95
children 4e25c3d4470d
files .chezmoiexternal.toml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.chezmoiexternal.toml	Fri Jan 07 09:23:37 2022 +0100
+++ b/.chezmoiexternal.toml	Thu Mar 24 09:22:08 2022 +0100
@@ -1,3 +1,4 @@
+{{- if ne .chezmoi.os "windows" }}
 [".tmux/plugins/tmux-yank"]
   type = "archive"
   url = "https://github.com/tmux-plugins/tmux-yank/archive/master.tar.gz"
@@ -68,3 +69,4 @@
   type = "file"
   url = "https://github.com/BurntSushi/ripgrep/raw/master/complete/_rg"
   refreshPeriod = "168h"
+{{- end}}