From 2609ff519ee6ce18978b79dc41734b32c57aa1e2 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 31 Mar 2024 00:18:43 +0300 Subject: [PATCH] install tmux dependency for bash --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index a0bd44a..5b2c365 100755 --- a/install +++ b/install @@ -11,8 +11,8 @@ declare -xr SUB="$DOTFILES_ROOT/home/user" declare -r -A TARGETS=( ["colors"]=".config/terminal-colors.d" ["tmux"]=".config/tmux .tmux" - ["bash"]=".config/bash .bashrc .profile %colors" - ["zsh"]="%tmux %bash .config/zsh .zshenv .inputrc" + ["bash"]=".config/bash .bashrc .profile %tmux %colors" + ["zsh"]="%bash .config/zsh .zshenv .inputrc" ["alacritty"]=".config/alacritty" ["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper" ["ssh"]=""