summaryrefslogtreecommitdiffstats
path: root/dotfiles/bashrc
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-23 19:20:57 -0400
committerColin Walters <walters@verbum.org>2010-09-24 10:21:17 -0400
commit07af2899db73385413f7bad47125303220dc90b9 (patch)
treed2278dadbd21ba965d58aed884b85b4e68726de1 /dotfiles/bashrc
parent81c488b4af18d8441ed41079057997f14e69b73f (diff)
downloadhomegit-MOVED-TO-GNOME-07af2899db73385413f7bad47125303220dc90b9.tar.gz
homegit-MOVED-TO-GNOME-07af2899db73385413f7bad47125303220dc90b9.tar.xz
homegit-MOVED-TO-GNOME-07af2899db73385413f7bad47125303220dc90b9.zip
bashrc: Add a newline
Diffstat (limited to 'dotfiles/bashrc')
-rw-r--r--dotfiles/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/bashrc b/dotfiles/bashrc
index 585a8da..c94bd5d 100644
--- a/dotfiles/bashrc
+++ b/dotfiles/bashrc
@@ -59,6 +59,6 @@ if test -n "$BASH_COMPLETION" && test -f /etc/bash_completion.d/git; then
PS1_PREFIX="$PS1_PREFIX"'$(__git_ps1 " [git %s]")'
fi
-PS1="$PS1_PREFIX"' \$ '
+PS1="$PS1_PREFIX"'\n\$ '
export PS1