From 03e5a31e64cbb51113816454928f57b3095b28cb Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 22 Aug 2019 08:58:53 +1000 Subject: Unclutter the tmux status line. Not everyone has YUUUGE terminals like I do. --- scripts/show-console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/show-console') diff --git a/scripts/show-console b/scripts/show-console index 5818e70..e7fb941 100755 --- a/scripts/show-console +++ b/scripts/show-console @@ -1,3 +1,3 @@ #!/bin/bash -tmux -S ../../caches/opensim-tmux.socket select-window -t "OpenSimSC_console" \; attach-session -t "OpenSimSC_console" +tmux -S ../../caches/opensim-tmux.socket select-window -t "OpenSimSC" \; attach-session -t "OpenSimSC" -- cgit v1.1