From 2e4e827830e24bc9b5b598a856e5062af00ed449 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 07:30:42 +0200 Subject: [PATCH] tmux/tml --- sh/tmux.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sh/tmux.sh b/sh/tmux.sh index 1301204..4bd7618 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -2,6 +2,12 @@ # │ tmux │ # ╰──────╯ +# list +#= tml +rwx_tmux_list() { + ls "/tmp/tmux-$(id --user)" +} + # ╭──────┬───────╮ # │ tmux │ setup │ # ╰──────┴───────╯