This commit is contained in:
Marc Beninca 2025-07-06 07:32:55 +02:00
parent 8a54f3a0d5
commit f240158cc0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -2,6 +2,17 @@
# │ tmux │ # │ tmux │
# ╰──────╯ # ╰──────╯
# attach
#= tma
rwx_tmux_attach() {
local server="${1}"
if [ "${server}" ]; then
tmux -L "${server}" attach-session
else
rwx_tmux_list
fi
}
# kill # kill
#= tmk #= tmk
rwx_tmux_kill() { rwx_tmux_kill() {