CentOS添加git命令补全及分支显示
CentOS上用yum装好git以后,默认没有命令补全。需要简单配置一下。
1.编辑 ~/.bash_profile 文件,添加以下内容
1 | if [ -f /etc/bash_completion.d/git ]; then |
2.应用修改source ~/.bash_profile
修改之后的效果如下图:
CentOS上用yum装好git以后,默认没有命令补全。需要简单配置一下。
1.编辑 ~/.bash_profile 文件,添加以下内容
1 | if [ -f /etc/bash_completion.d/git ]; then |
2.应用修改source ~/.bash_profile
修改之后的效果如下图: