Explorar el Código

Add workaround for Red Hat/Fedora bug 878428

Alois Mahdal hace 10 años
padre
commit
7fef0e7602
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      dotfiles/bash/main.bashrc

+ 4
- 0
dotfiles/bash/main.bashrc Ver fichero

@@ -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
 #######################################################