From 6b47c058436ec1b8fbdce50aaf4827e72e1ffe17 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Wed, 9 Dec 2020 10:51:32 +0800 Subject: [PATCH] nix/tmux.sh: Remove error message about existing tmux sessions --- nix/tmux.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/tmux.sh b/nix/tmux.sh index 837191e..94fb56a 100644 --- a/nix/tmux.sh +++ b/nix/tmux.sh @@ -1,4 +1,3 @@ -tmux -2 list-windows -t enc424j600 | grep -q $USER && echo 'Your tmux session is still running! Attach by running:' && echo '$ tmux a -t enc424j600' && echo '$ tmux selectw -t' $USER && exit 1 || true tmux -2 new-session -d -s enc424j600 -n $USER # | # 0:port-demux | 1:user