FG
💻 Software

Tmux and ZSH custom prompt : bug with window name

Fresh5 days ago
Mar 15, 202620320 views
Confidence Score0%
0%

Problem

I have customized my ZSH prompt with oh-my-zsh to make it more readable and add information about git if I'm in a repository. Example : (in a git repository) It works well but I have some bugs with and the window name. It still display non sense value and I cannot disable it with (it just do not wo…

Error Output

bob@inf [~/docs] %

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Tmux and ZSH custom prompt : bug with window name

Low Risk

I took a peek at oh-my-zsh and found a likely suspect. When the value of the TERM environment variable starts with (which it should under both screen and tmux), it uses a screen terminal control sequence to set the window’s name to (just before disp…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment