From d083f9a62152ae27d498ffaa908c6058ae44d613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Tingel=C3=B6f?= Date: Fri, 15 Dec 2023 21:05:22 +0100 Subject: [PATCH] fix(zsh): Raw copy of zshrc to prevent clashing templates --- templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 78c9227..1275f39 100644 --- a/templates.json +++ b/templates.json @@ -2,7 +2,7 @@ { "template": ".Xresources", "destination": "~" }, { "template": ".tmux.conf", "destination": "~" }, { "template": ".xprofile", "destination": "~" }, - { "template": ".zshrc", "destination": "~" }, + { "template": ".zshrc", "destination": "~", "onlyCopy": true }, { "template": ".zsh/colors.zsh", "destination": "~/.zsh/" }, { "template": ".nvim_editor.lua", "destination": "~" }, { "template": "Code/User/keybindings.json" },