summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2012-09-29 15:01:01 -0400
committerDavid Thompson <dthompson@member.fsf.org>2012-09-29 15:01:01 -0400
commit61bae142a8f02715bde73af48fadd96abc26f5f7 (patch)
treecfc42784efbcd8bbcdaab4975dfd44dda3967af7
parent88ed3b17eab728d3884cd16a40a6c38e97b7f850 (diff)
Change bash PS1.
-rw-r--r--dotfiles/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/bashrc b/dotfiles/bashrc
index 20ffdbc..b277f2a 100644
--- a/dotfiles/bashrc
+++ b/dotfiles/bashrc
@@ -48,7 +48,7 @@ fi
if [ "$color_prompt" = yes ]; then
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