update bashrc
[dotfiles.git] / .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'