From ff8840e687109c1a964c88804c1afd9757cc89d2 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 3 Apr 2024 14:02:16 +0300 Subject: [PATCH] add tmux systemd service --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index a2c135e..5c27b9a 100755 --- a/install +++ b/install @@ -10,7 +10,7 @@ declare -xr SUB="$DOTFILES_ROOT/home/user" declare -r -A TARGETS=( ["colors"]=".config/terminal-colors.d" - ["tmux"]=".config/tmux .tmux .config/systemd/user" + ["tmux"]=".config/tmux .tmux .config/systemd/user/tmux.service" ["bash"]=".config/bash .bashrc .profile %tmux %colors" ["zsh"]="%bash .config/zsh .zshenv .inputrc" ["alacritty"]=".config/alacritty"