diff options
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" | ||