summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2012-09-29 15:05:10 -0400
committerDavid Thompson <dthompson@member.fsf.org>2012-09-29 15:05:10 -0400
commit69d2f8f78d348f4378fe524394f065f12bfce10c (patch)
treec16fb35af73be3a742e7b99f36b2476c9185c02d
parent61bae142a8f02715bde73af48fadd96abc26f5f7 (diff)
Change bash PS1 again.
-rw-r--r--dotfiles/bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/bashrc b/dotfiles/bashrc
index b277f2a..92706ec 100644
--- a/dotfiles/bashrc
+++ b/dotfiles/bashrc
@@ -46,9 +46,9 @@ if [ -n "$force_color_prompt" ]; then
fi
if [ "$color_prompt" = yes ]; then
- PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
+ PS1='[${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]]\$ '
else
- PS1='${debian_chroot:+($debian_chroot)}[\u@\h:\w]\$ '
+ PS1='[${debian_chroot:+($debian_chroot)}\u@\h \w]\$ '
fi
unset color_prompt force_color_prompt