Tools系列macOS终端开启tab键git命令自动补全配置方法(2种方案,亲测有效)

Posted 飞翔的鲲

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tools系列macOS终端开启tab键git命令自动补全配置方法(2种方案,亲测有效)相关的知识,希望对你有一定的参考价值。

DATE:2021.7.13



1、前言

    从Windows操作系统转向macOS操作系统之后,确实有一些不适应,一方面是操作界面的巨大差异,另一方面就是触控板的差异。这里主要是详细讲解一下macOS终端tab键git命令自动补全的配置方法。

2、方案一:homebrew

主要参考:Install Bash git completion

  1. Install homebrew

  2. Install Git and bash-completion: brew install git bash-completion (Note: If this install fails with a 404 error, and you already have git installed, just remove the git part of this brew install)

  3. Add bash-completion to your ~/.bash_profile:


                

以上是关于Tools系列macOS终端开启tab键git命令自动补全配置方法(2种方案,亲测有效)的主要内容,如果未能解决你的问题,请参考以下文章

iTerm2 + Oh My Zsh 打造舒适终端体验[mac os系统]

小技巧--tab键自动补齐Git命令

linuxz终端开启echo颜色显示

Tools - Windows系统下的命令行工具Cmder

mac 怎么用终端命令开启mysql

macOS 更新 git 命令提示 xcrun,.gitignore 配置不生效问题。