Created
February 18, 2022 15:42
-
-
Save oliverspryn/a97b7eedcf80e7068f0b0e4f4163e02d to your computer and use it in GitHub Desktop.
Adds support for tab completion in Bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download the scripts | |
cd ~ | |
curl -o .git-completion.bash https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash | |
# ... | |
# Create or edit your .bashrc file and add this somewhere inside of it: | |
source ~/.git-completion.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment