]> code.delx.au - dotfiles/commitdiff
bashrc: git-prompt for Fedora
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 8 Apr 2019 10:50:24 +0000 (20:50 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 8 Apr 2019 12:05:35 +0000 (22:05 +1000)
.bashrc

diff --git a/.bashrc b/.bashrc
index af9d7ff972f60649b3a090e8db77a7db773e4fcc..5d2f8b203b112da43f56619898298518ab135034 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -102,6 +102,7 @@ function find_up_exists {
 
 for p in /usr/lib/git-core/git-sh-prompt \
          /usr/share/git/completion/git-prompt.sh \
+         /usr/share/git-core/contrib/completion/git-prompt.sh \
          /usr/local/share/git-core/contrib/completion/git-prompt.sh
 do
     [ -r "$p" ] && source "$p" && break