aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-11 20:09:43 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-11 20:09:43 +0800
commit5e34cf33c7454bc2989af3001c226219f0bb7421 (patch)
tree9d4eaabd898308c8169473dbd2dea85d25112613 /misc
parent4d6e5e576594d85c5f7fd06201b8786390bdf9fd (diff)
Update
Diffstat (limited to 'misc')
-rw-r--r--misc/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tmux.conf b/misc/tmux.conf
index cadaec6..1ddc877 100644
--- a/misc/tmux.conf
+++ b/misc/tmux.conf
@@ -87,4 +87,4 @@ bind -T off F12 \
87 87
88set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" 88set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host"
89 89
90if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" 90if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local"