From 41aeb1b75bbc7239c49639a70d4c8ea31439b615 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Tue, 11 Jan 2022 15:10:34 +0100 Subject: [PATCH] conf_profile.sh: fixed wrong path --- modules/install_profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/install_profile.sh b/modules/install_profile.sh index ed889e4..89540ce 100644 --- a/modules/install_profile.sh +++ b/modules/install_profile.sh @@ -25,7 +25,7 @@ install_profile() installfile profile/{{.,}profile,.bashrc} $usr/ tagfile $usr/{{.,}profile,.bashrc} installfile profile/.tmux/.tmux.conf{,.local} $usr/ - tagfile $usr/profile/.tmux/.tmux.conf{,.local} + tagfile $usr/.tmux.conf{,.local} done unset usrlist