From 290ffa4f89a86d1b98329119cf49ee7e98ac9f6b Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 2 Dec 2014 08:34:31 +0100 Subject: [PATCH] update bashrc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 28063f1..fa7b57d 100644 --- a/.bashrc +++ b/.bashrc @@ -22,6 +22,6 @@ set_prompt(){ last_c=$? PS1='\u@\h' [[ $last_c -ge 1 ]] && PS1="($last_c) $PS1" - PS1="$PS1\w$(__git_ps1)\$ " + PS1="$PS1\w$(__git_ps1)\n\$ " } PROMPT_COMMAND='set_prompt' -- 2.20.1