瀏覽代碼

Add workaround for Red Hat/Fedora bug 878428

Alois Mahdal 10 年之前
父節點
當前提交
7fef0e7602
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      dotfiles/bash/main.bashrc

+ 4
- 0
dotfiles/bash/main.bashrc 查看文件

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