aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-08-19 19:47:34 +1000
committeronefang2019-08-19 19:47:34 +1000
commit72cf78a629496102d3edc8050ac907dfb9ce7347 (patch)
tree348ba4b6d1e9ee659b448fe79deb52e92c620087
parentOptimise account name validation. (diff)
downloadopensim-SC_OLD-72cf78a629496102d3edc8050ac907dfb9ce7347.zip
opensim-SC_OLD-72cf78a629496102d3edc8050ac907dfb9ce7347.tar.gz
opensim-SC_OLD-72cf78a629496102d3edc8050ac907dfb9ce7347.tar.bz2
opensim-SC_OLD-72cf78a629496102d3edc8050ac907dfb9ce7347.tar.xz
TYPO--
-rw-r--r--scripts/install/opensim.tmux.conf2
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]'
76set-option -g status-left '#H [#S:#I.#P]#F' 76set-option -g status-left '#H [#S:#I.#P]#F'
77set-option -g status-right-length 80 77set-option -g status-right-length 80
78set-option -g status-right '%F #(uptime)'<-----># &F is ISO date, uptime starts with the current time, and ends with the load average. B-) 78set-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
81set-option -g visual-activity on # Show status message for activity in monitor-activity windows. 81set-option -g visual-activity on # Show status message for activity in monitor-activity windows.