From: Mart Lubbers Date: Tue, 2 Dec 2014 07:34:31 +0000 (+0100) Subject: update bashrc X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=290ffa4f89a86d1b98329119cf49ee7e98ac9f6b;p=dotfiles.git update bashrc --- 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'