Skip to content

Commit 58d02f4

Browse files
committed
updated home-brew formula
1 parent 7855e77 commit 58d02f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bash-git-prompt.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def install
1616

1717
def caveats; <<-EOS.undent
1818
You should add the following to your .bashrc (or equivalent):
19-
if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then
19+
if [ -f "$(brew --prefix bash-git-prompt)/share/gitprompt.sh" ]; then
2020
GIT_PROMPT_THEME=Default
21-
source "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh"
21+
source "$(brew --prefix bash-git-prompt)/share/gitprompt.sh"
2222
fi
2323
EOS
2424
end

0 commit comments

Comments
 (0)