소스 검색

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