浏览代码

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


正在加载...
取消
保存