diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-08-19 14:17:58 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-08-19 14:18:08 +0800 |
| commit | c3809c2f9c1f02bced944a236c24e898587624e2 (patch) | |
| tree | 37ee415de9f6a2951cd5ab828be0e90fa6402263 /tmux | |
| parent | dbfb5c541cd90f32cb6b5bbf96af3a70b75c1111 (diff) | |
Update
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 307f761..4aec6f1 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -89,3 +89,5 @@ bind -T off F12 \ | |||
| 89 | set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" | 89 | set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" |
| 90 | 90 | ||
| 91 | if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" | 91 | if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" |
| 92 | |||
| 93 | set -g default-terminal "alacritty" | ||