diff options
-rw-r--r-- | misc/tmux.conf | 2 |
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 | ||
88 | set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" | 88 | set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" |
89 | 89 | ||
90 | if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" | 90 | if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" |