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
#!/bin/bash | |
# | |
# Enable command completion for git commands. Also, if current directory is | |
# under git control, update prompt to show state. Good documentation is in | |
# the comments of the downloaded scripts below. After running this script, | |
# source ~/.bash_profile to see the results: | |
# /bin/bash git-improvements.bash; source ~/.bash_profile | |
# | |
curl --create-dirs \ |