美文网首页
mac git tab补全参数

mac git tab补全参数

作者: To_HG | 来源:发表于2018-11-06 23:02 被阅读0次

    这种方案可行:

    brew install git bash-completion

    然后在~/.bash_profile中添加:
    if [ -f `brew --prefix`/etc/bash_completion.d/git-completion.bash ]; then

      . `brew --prefix`/etc/bash_completion.d/git-completion.bash

    fi

    最后做个高效率的码农(懒人)吧^_^

    相关文章

      网友评论

          本文标题:mac git tab补全参数

          本文链接:https://www.haomeiwen.com/subject/ppwpxqtx.html