aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
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\]> '