summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index fbf4714..d53755a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -18,7 +18,7 @@ set +H
# Prompt
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
if [ -r /etc/debian_chroot ]; then
- PS1="($(cat /etc/debian_chroot))${PS1}"
+ PS1="(\[\033[01;35m\]$(cat /etc/debian_chroot)\[\033[00m\])${PS1}"
fi
# Terminal window title
case "${TERM}" in xterm*|rxvt*)