diff --git a/.bashrc b/.bashrc index 25cb9dd..c05acb0 100644 --- a/.bashrc +++ b/.bashrc @@ -118,5 +118,5 @@ GIT_PS1_SHOWUPSTREAM="verbose git" # we don't want "command not found" errors when __git_ps1 is not installed type __git_ps1 &>/dev/null || function __git_ps1 () { true; } -export PS1="${usercolor}\u@\h${pathcolor} \w${resetcolors}\$(__git_ps1)\n\\$ " +export PS1="${usercolor}\u@\h${pathcolor} \w${resetcolors}\$(__git_ps1)\\$ "