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