diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-11 20:09:43 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-11 20:09:43 +0800 |
| commit | 5e34cf33c7454bc2989af3001c226219f0bb7421 (patch) | |
| tree | 9d4eaabd898308c8169473dbd2dea85d25112613 /misc | |
| parent | 4d6e5e576594d85c5f7fd06201b8786390bdf9fd (diff) | |
Update
Diffstat (limited to 'misc')
| -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" |