소스 검색

load git-prompt only in bash

pull/1/head
10sr 11 년 전
부모
커밋
48328913fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      shrc

+ 1
- 1
shrc 파일 보기

@@ -1021,7 +1021,7 @@ for f in /usr/share/git/git-prompt.sh \
/opt/local/share/git-core/git-prompt.sh \
/opt/local/share/doc/git-core/contrib/completion/git-prompt.sh
do
test -r "$f" && . "$f" && break
test -r "$f" && inbash && . "$f" && break
done
GIT_PS1_SHOWDIRTYSTATE=t
GIT_PS1_SHOWUPSTREAM=t


불러오는 중...
취소
저장