update bashrc
authorMart Lubbers <mart@martlubbers.net>
Tue, 2 Dec 2014 07:34:31 +0000 (08:34 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 2 Dec 2014 07:34:31 +0000 (08:34 +0100)
.bashrc

diff --git a/.bashrc b/.bashrc
index 28063f1..fa7b57d 100644 (file)
--- 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'