From 79dd6ef7d7d69ea7ee2e998c0690c57b8867d5a7 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 3 Dec 2011 00:06:59 -0500 Subject: [PATCH] Just couldn't get hip to a 2 line prompt or lack of colons --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index 7c884de..ecfe953 100755 --- a/bash.bashrc +++ b/bash.bashrc @@ -40,4 +40,4 @@ export D_MAGENTA="\[\033[2;35m\]" export D_CYAN="\[\033[2;36m\]" export D_WHITE="\[\033[2;37m\]" -export PS1="$GREEN\t $D_WHITE\u$RESET@$D_MAGENTA\h $B_BLUE\w$YELLOW\$(__git_ps1)\n$D_WHITE\$ $RESET" +export PS1="$GREEN\t$RESET:$D_WHITE\u$RESET@$D_MAGENTA\h$RESET:$B_BLUE\w$YELLOW\$(__git_ps1)$D_WHITE\$ $RESET"