From cd113e384290fd446e1900981a88c5ffc1811c1e Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 14 Oct 2022 10:21:52 -0400 Subject: [PATCH] Leave TODO to bring back tmux session listings but this time per socket. --- home/lib/login_functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index aa46c9f..335f6fd 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -674,6 +674,7 @@ status() { echo 'accounting' + # TODO Bring back seesion and client listing, but per server/socket. printf '%stmux\n' "$indent_unit" ps -eo comm,cmd \ | awk ' -- 2.20.1