rename tmux start session script

This commit is contained in:
thek4n 2024-10-13 23:35:09 +03:00
parent ba8dece09a
commit 76a911ffc9
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
declare -r -A TARGETS=(
["colors"]=".config/terminal-colors.d"
["tmux"]=".config/tmux .tmux .config/systemd/user/tmux.service .local/bin/tmux_select_session.sh"
["tmux"]=".config/tmux .tmux .config/systemd/user/tmux.service .local/bin/tmux_start_session.sh .local/bin/tmux_attach_session.sh"
["bash"]=".config/bash .bashrc .profile %tmux %colors"
["zsh"]="%bash .config/zsh .zshenv .inputrc"
["alacritty"]=".config/alacritty"

View File

@ -188,4 +188,4 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down
# Session managment
bind a display-popup -EE '~/.local/bin/tmux_select_session.sh'
bind a display-popup -EE '~/.local/bin/tmux_start_session.sh'