X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=admin%2Fprog%2Fbash_prompt;h=e4b3563b613ae78588eda1068b25cdc064a3dee8;hb=2c9e8b23a92508c4fe13c9b43eae6274786f5aa9;hp=14e6dc28af5bc2889e787b04927b6b943ba85247;hpb=d6c7211aacb7874045ed3d84fddaed874397208a;p=dotfiles.git diff --git a/admin/prog/bash_prompt b/admin/prog/bash_prompt index 14e6dc2..e4b3563 100644 --- a/admin/prog/bash_prompt +++ b/admin/prog/bash_prompt @@ -124,20 +124,16 @@ set_prompt() { # in the terminal title case "$TERM" in *rxvt*|screen*|*term*|vt100) - PS1="\033]0;${debian_chroot:+($debian_chroot)}\u@\h:\w\007" # Set xterm title/icon + PS1+="\033]0;${debian_chroot:+($debian_chroot)}\u@\h:\w\007" # Set xterm title/icon case "$TERM" in screen*) - PS1="\033P${PS1}\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${_SHORT_PROMPT}\033\\\\" # Set screen/tmux caption fi ;; esac ;; - - *) - PS1="" - ;; esac # This is for .screenrc: shelltitle "\$ |$SHELL"