diff --git a/.bash.d/bashrc_prompt b/.bash.d/bashrc_prompt index bc908b7..ac5a1cf 100644 --- a/.bash.d/bashrc_prompt +++ b/.bash.d/bashrc_prompt @@ -101,7 +101,7 @@ PS1_PROMPT="${PS1_PROMPT}${C_CYN}[\u@\h:\W(" PS1_PROMPT="${PS1_PROMPT}${C_YEL}\$(__git_ps1_branch ' (%s)')" PS1_PROMPT="${PS1_PROMPT}${C_RED}\$(__git_ps1_status ' (%s)')" -PS1_PROMPT="${PS1_PROMPT}${C_CYN})]\$ " +PS1_PROMPT="${PS1_PROMPT}${C_CYN})]\\$ " PS1_PROMPT="${PS1_PROMPT}${C_CLR}" PS1="${PS1_PROMPT}" PS2='>'