From bb1adcb1047655c305e485a822cc463ec6f0da4d Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Mon, 20 Nov 2023 12:57:46 -0300 Subject: [PATCH] Update runBackup.sh --- runBackup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runBackup.sh b/runBackup.sh index 9f9aba6..eff11a8 100755 --- a/runBackup.sh +++ b/runBackup.sh @@ -45,9 +45,9 @@ if [ "$only_commit" = false ]; then cp ${HOME}/.zshrc ./dot-conf/ cp ${HOME}/.tmux.conf ./dot-conf/ - cp --recursive ${HOME}/.config/lvim/ ./dot-conf/.config/ - cp --recursive ${HOME}/.tmuxifier/layouts/ ./dot-conf/.tmuxifier/layouts/ - cp --recursive ${HOME}/.config/zellij/ ./dot-conf/zellij/ + cp --recursive ${HOME}/.config/lvim/* ./dot-conf/.config/lvim + cp --recursive ${HOME}/.tmuxifier/layouts/* ./dot-conf/.tmuxifier/layouts/ + cp --recursive ${HOME}/.config/zellij/* ./dot-conf/zellij/ fi if [ "$only_backup" = false ]; then