X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.bashrc;h=fa7b57d63b3a585e55f8bdb929cc7a9cb40e0e6c;hb=290ffa4f89a86d1b98329119cf49ee7e98ac9f6b;hp=28063f1ca448fa83757f03fb7cbe297ee8a30631;hpb=2ed6d7793226220a23804b216a10063f44391217;p=dotfiles.git 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'