From c97634208f205cd263f8a23cc0599f6392b8b8bb Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Tue, 1 Oct 2024 11:05:53 -0500 Subject: [PATCH] bashrc: Fix line wrapping with window title --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\$ '