aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorGravatar BanceDev 2026-02-21 17:30:39 -0500
committerGravatar BanceDev 2026-02-21 17:30:39 -0500
commite640d599169937ca79a9cc495aa13a9defb2eba3 (patch)
treea2483275b1d33cef9820a8667975efb6314655c4 /.bashrc
parentupdate dunst colors (diff)
fixed ps1 wrapping
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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\]> '