diff options
author | onefang | 2019-08-19 19:47:34 +1000 |
---|---|---|
committer | onefang | 2019-08-19 19:47:34 +1000 |
commit | 72cf78a629496102d3edc8050ac907dfb9ce7347 (patch) | |
tree | 348ba4b6d1e9ee659b448fe79deb52e92c620087 /scripts/install | |
parent | Optimise account name validation. (diff) | |
download | opensim-SC_OLD-72cf78a629496102d3edc8050ac907dfb9ce7347.zip opensim-SC_OLD-72cf78a629496102d3edc8050ac907dfb9ce7347.tar.gz opensim-SC_OLD-72cf78a629496102d3edc8050ac907dfb9ce7347.tar.bz2 opensim-SC_OLD-72cf78a629496102d3edc8050ac907dfb9ce7347.tar.xz |
TYPO--
Diffstat (limited to '')
-rw-r--r-- | scripts/install/opensim.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf index a5088aa..b7c61c9 100644 --- a/scripts/install/opensim.tmux.conf +++ b/scripts/install/opensim.tmux.conf | |||
@@ -75,7 +75,7 @@ set-option -g status-left-length 80 | |||
75 | #set-option -g status-left '[#H #S #F]' | 75 | #set-option -g status-left '[#H #S #F]' |
76 | set-option -g status-left '#H [#S:#I.#P]#F' | 76 | set-option -g status-left '#H [#S:#I.#P]#F' |
77 | set-option -g status-right-length 80 | 77 | set-option -g status-right-length 80 |
78 | set-option -g status-right '%F #(uptime)'<-----># &F is ISO date, uptime starts with the current time, and ends with the load average. B-) | 78 | set-option -g status-right '%F #(uptime)' # &F is ISO date, uptime starts with the current time, and ends with the load average. B-) |
79 | 79 | ||
80 | # Set window notifications | 80 | # Set window notifications |
81 | set-option -g visual-activity on # Show status message for activity in monitor-activity windows. | 81 | set-option -g visual-activity on # Show status message for activity in monitor-activity windows. |