aboutsummaryrefslogtreecommitdiffhomepage
path: root/tmux
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-08-19 14:17:58 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-08-19 14:18:08 +0800
commitc3809c2f9c1f02bced944a236c24e898587624e2 (patch)
tree37ee415de9f6a2951cd5ab828be0e90fa6402263 /tmux
parentdbfb5c541cd90f32cb6b5bbf96af3a70b75c1111 (diff)
Update
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
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 \
89set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host" 89set -g status-right "$wg_is_keys_off #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host"
90 90
91if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" 91if-shell "test -f ~/.tmux.conf.local" "source-file ~/.tmux.conf.local"
92
93set -g default-terminal "alacritty"