diff --git a/.bashrc b/.bashrc index 9a1cb8d..64e56d8 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ HISTFILESIZE=900000 case ${TERM} in xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty*) - PS1='\033]2;Terminal: \h:\W \u\007\h:\[\033[38;5;219m\]\W\[\033[00m\] \[\033[01;35m\]\u\[\033[00m\]\$ ' + PS1='\[\033]2;Terminal: \h:\W \u\007\]\h:\[\033[38;5;219m\]\W\[\033[00m\] \[\033[01;35m\]\u\[\033[00m\]\$ ' ;; *) PS1='\h:\W \u\$ '