diff options
author | onefang | 2019-08-22 08:58:53 +1000 |
---|---|---|
committer | onefang | 2019-08-22 08:58:53 +1000 |
commit | 03e5a31e64cbb51113816454928f57b3095b28cb (patch) | |
tree | b72afa358d26a02e78f460464a26b8c9944e7dcd /scripts/start-sim | |
parent | Bump build number to 4. (diff) | |
download | opensim-SC-03e5a31e64cbb51113816454928f57b3095b28cb.zip opensim-SC-03e5a31e64cbb51113816454928f57b3095b28cb.tar.gz opensim-SC-03e5a31e64cbb51113816454928f57b3095b28cb.tar.bz2 opensim-SC-03e5a31e64cbb51113816454928f57b3095b28cb.tar.xz |
Unclutter the tmux status line.
Not everyone has YUUUGE terminals like I do.
Diffstat (limited to 'scripts/start-sim')
-rwxr-xr-x | scripts/start-sim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start-sim b/scripts/start-sim index 724f81b..3c1fc2f 100755 --- a/scripts/start-sim +++ b/scripts/start-sim | |||
@@ -4,7 +4,7 @@ source common.sh | |||
4 | getPrgDir | 4 | getPrgDir |
5 | 5 | ||
6 | USER=$(whoami) | 6 | USER=$(whoami) |
7 | console_name="OpenSimSC_console" | 7 | console_name="OpenSimSC" |
8 | tmux_command="tmux -S ${PRGDIR}/../../caches/opensim-tmux.socket" | 8 | tmux_command="tmux -S ${PRGDIR}/../../caches/opensim-tmux.socket" |
9 | tmux_session=${console_name} | 9 | tmux_session=${console_name} |
10 | tmux_window="${tmux_command} select-window -t ${tmux_session}" | 10 | tmux_window="${tmux_command} select-window -t ${tmux_session}" |