diff --git a/templates/prompt.sh.erb b/templates/prompt.sh.erb index 94bb79a..a6050ac 100644 --- a/templates/prompt.sh.erb +++ b/templates/prompt.sh.erb @@ -41,9 +41,9 @@ else left="#{leftblock}" middle="#{separator}" if enablegit == true - right="#{rightblock}]" + right="#{rightblock}\$(__git_ps1)" else - right="#{rightblock}\$(__git_ps1)]" + right="#{rightblock}" end end -%>