From 07af2899db73385413f7bad47125303220dc90b9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 23 Sep 2010 19:20:57 -0400 Subject: bashrc: Add a newline --- dotfiles/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit