From 093b67ad4da41a03e9b8e39122c0a649b82f98ff Mon Sep 17 00:00:00 2001 From: mara Date: Tue, 4 Jun 2024 10:20:18 +0200 Subject: [PATCH] ~ fix --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index d29e236..21f8fac 100644 --- a/install.sh +++ b/install.sh @@ -588,11 +588,11 @@ echo -e "${YELLOW} Kitty theme.conf END ${NC}" # ------------------------------------------------------------------------------------------------- echo -e "${YELLOW} Tmux config Start ${NC}" -if [ ! -f ~.config/tmux/tmux.conf ]; then +if [ ! -f ~/.config/tmux/tmux.conf ]; then mkdir -p ~/.config/tmux -cat << "TMUXCONFIG" > ~.config/tmux/tmux.conf +cat << "TMUXCONFIG" > ~/.config/tmux/tmux.conf unbind r -bind r source-file ~.config/tmux/tmux.conf +bind r source-file ~/.config/tmux/tmux.conf TMUXCONFIG