From 36806498744f3c278bba9bf3fe84db1201075099 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 25 Mar 2024 10:54:23 +0300 Subject: [PATCH] fix(install-script): fix tmux path config --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 0325c5e..da517eb 100755 --- a/install +++ b/install @@ -12,7 +12,7 @@ declare -r -A TARGETS=( ["colors"]=".config/terminal-colors.d" ["bash"]=".config/bash .bashrc .profile %colors" ["zsh"]="%bash .config/zsh .zshenv .inputrc" - ["tmux"]=".config/tmux/tmux.conf .tmux" + ["tmux"]=".config/tmux .tmux" ["alacritty"]=".config/alacritty" ["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper" ["ssh"]=""