To do so, you’ll need git (errr, obviously) and a package called bash-completion. brew install git && brew install bash-completion Now add the following lines into your .bash_profile to initialise the bash-completion and reload it. if [ -f $(brew ...
↧