X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=admin%2Fprog%2Fbash_prompt;fp=admin%2Fprog%2Fbash_prompt;h=a60560240e3d53c8e5901ee5de4450a353432077;hb=dfa0b0b193cb91fd6151568bb1ad577743450b47;hp=8c3a9fe29612c4827ae1d868d0cf819395d727eb;hpb=e507d6e0c73bef06385da3bc457c72a86e2e8100;p=dotfiles.git diff --git a/admin/prog/bash_prompt b/admin/prog/bash_prompt index 8c3a9fe..a605602 100644 --- a/admin/prog/bash_prompt +++ b/admin/prog/bash_prompt @@ -115,7 +115,7 @@ set_prompts() { PS1="\033]0;${_COMMON_PROMPT}\007" # Set xterm title/icon case "$TERM" in screen*) - PS1="\033P\033]0;${_COMMON_PROMPT}\007\033\\\\" # Set xterm title/icon under screen/tmux + PS1="\033P${PS1}\033\\\\" # Set xterm title/icon under screen/tmux if [ -z "$MC_SID" ]; then PS1+="\033k${_COMMON_PROMPT}\033\\\\" # Set screen/tmux caption fi