From c6a843444ec0937e24f6af894051a5151e06f3ef Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Thu, 11 Jan 2024 08:38:59 +0800 Subject: [PATCH] fix tmux update fix directory path --- scripts/update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index 72a10c6..54a3dce 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -17,9 +17,9 @@ backup_folder ./rua-scripts ~/.config/ backup_folder ./btop ~/.config/ # tmux backup_folder ./tmux/tmux.conf ~/.tmux/ -backup_folder ./tmux/renew_env.sh ~/tmux/ -backup_folder ./tmux/tmux.remote.conf ~/tmux/ -backup_folder ./tmux/yank.sh ~/tmux/ +backup_folder ./tmux/renew_env.sh ~/.tmux/ +backup_folder ./tmux/tmux.remote.conf ~/.tmux/ +backup_folder ./tmux/yank.sh ~/.tmux/ if [[ $OSTYPE == "linux"* ]]; then # hyprland