Skip to content

Commit

Permalink
fix(zsh): Raw copy of zshrc to prevent clashing templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dapc11 committed Dec 15, 2023
1 parent 75a5d58 commit d083f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit d083f9a

Please sign in to comment.