From 16673de7894806f04051442e1633978db7e8dd43 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 25 Nov 2024 13:10:46 +0200 Subject: [PATCH] chore(config): add antidote to tmux ignored list --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index d5011a2..528ee04 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -147,7 +147,7 @@ set -g @tmux_window_name_max_name_len "20" set -g @tmux_window_name_use_tilde "True" set -g @tmux_window_name_shells "['bash', 'fish', 'sh', 'zsh', 'oh-my-posh']" set -g @tmux_window_dir_programs "['nvim', 'vim', 'vi', 'git']" -set -g @tmux_window_name_ignored_programs "['sqlite3', 'oh-my-posh', 'antidot', 'direnv']" # Default is [] +set -g @tmux_window_name_ignored_programs "['sqlite3', 'oh-my-posh', 'antidot', 'antidote', 'direnv']" # Default is [] set -g @tmux_window_name_substitute_sets "[('.+ipython2', 'ipython2'), ('.+ipython3', 'ipython3'), ('.+\.local', '.local'), ('.+asdf', 'asdf')]" ## https://github.com/tmux-plugins/tmux-continuum