Browse Source

Add git completion to bash

master
Taylor Bockman 4 years ago
parent
commit
4ad11ba3f6
  1. 4
      dotfiles/bash/bashrc
  2. 3382
      dotfiles/bash/scripts/git-completion.bash

4
dotfiles/bash/bashrc

@ -49,6 +49,10 @@ if [[ -x go ]]; then
fi
# Enable git completion
test -f $HOME/essentials/dotfiles/bash/scripts/git-completion.bash && . $_
# ------------------------------ END SETUP ------------------------------ #

3382
dotfiles/bash/scripts/git-completion.bash

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save