From e6fba0d13abf68de89c127060b0b0a093e261ceb Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:17:39 +0100 Subject: [PATCH] fixed path for synchronizing the tmux configuration --- modules/10-tmux.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/10-tmux.sh b/modules/10-tmux.sh index cf46b4c..8db53f6 100644 --- a/modules/10-tmux.sh +++ b/modules/10-tmux.sh @@ -3,6 +3,5 @@ ensure_package_is_installed tmux && ensure_git_folder_installed_for_user tmux-plugins/tpm ~/.tmux/plugins/tpm && ensure_git_folder_installed_for_root tmux-plugins/tpm /root/.tmux/plugins/tpm && - synchronize_user_folder ./sources/tmux/.tmux.conf ~/.config && - synchronize_root_folder ./sources/tmux/.tmux.conf /root/.config - + synchronize_user_folder ./sources/tmux/.tmux.conf ~/ && + synchronize_root_folder ./sources/tmux/.tmux.conf /root