aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"