浏览代码

shrc: Load git-completion when isdarwin

pull/15/head
10sr 9 年前
父节点
当前提交
050def2628
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      shrc

+ 2
- 0
shrc 查看文件

@@ -471,6 +471,8 @@ g(){
git "$@"
fi
}

$isdarwin && . /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-completion.bash
if null type _git && $inbash
then
# enable programmable completion for g


正在加载...
取消
保存