Browse Source

Add workaround for Red Hat/Fedora bug 878428

Alois Mahdal 10 years ago
parent
commit
7fef0e7602
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      dotfiles/bash/main.bashrc

+ 4
- 0
dotfiles/bash/main.bashrc View File

@@ -1,5 +1,9 @@
1 1
 #!/bin/bash
2 2
 
3
+## hack to workaround Fedora/Red Hat bug 878428
4
+test -f /usr/share/git-core/contrib/completion/git-prompt.sh \
5
+ && . /usr/share/git-core/contrib/completion/git-prompt.sh
6
+
3 7
 #######################################################
4 8
 ### things to do BEFORE host/user-specific settings ###
5 9
 #######################################################