Skip to content

Commit

Permalink
chore(config): tmux ignore md5 in window name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivuorinen committed Dec 28, 2024
1 parent c453dcb commit 6186c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'antidote', 'direnv']" # Default is []
set -g @tmux_window_name_ignored_programs "['sqlite3', 'oh-my-posh', 'antidot', 'antidote', 'direnv', 'md5']" # Default is []
set -g @tmux_window_name_substitute_sets "[('.+ipython2', 'ipython2'), ('.+ipython3', 'ipython3'), ('.+\.local', '.local'), ('.+asdf', 'asdf')]"

## https://github.com/tmux-plugins/tmux-continuum
Expand Down

0 comments on commit 6186c5c

Please sign in to comment.