diff --git a/functions/fish_right_prompt.fish b/functions/fish_right_prompt.fish index 2440807..3d6835b 100644 --- a/functions/fish_right_prompt.fish +++ b/functions/fish_right_prompt.fish @@ -27,6 +27,7 @@ function __tmux_prompt set pane (_get_screen_window) case tmux set pane (_get_tmux_window) + set pane (string replace -ra '#\[[bf]g=[^\]]+\]' '' $pane) end set_color 666666