From e640d599169937ca79a9cc495aa13a9defb2eba3 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Sat, 21 Feb 2026 17:30:39 -0500 Subject: fixed ps1 wrapping --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 8a1b4fc..1c56283 100644 --- a/.bashrc +++ b/.bashrc @@ -5,4 +5,4 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' -PS1='\033[1;32m\u\033[1;37m@\033[1;32m\h\033[1;37m \033[1;32m\W\033[1;37m> ' +PS1='\[\033[1;32m\]\u\[\033[1;37m\]@\[\033[1;32m\]\h\[\033[1;37m\] \[\033[1;32m\]\W\[\033[1;37m\]> ' -- cgit v1.2.3-59-g8ed1b