From 61bae142a8f02715bde73af48fadd96abc26f5f7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 29 Sep 2012 15:01:01 -0400 Subject: Change bash PS1. --- dotfiles/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3