-
-
Save ryardley/d4203faa73d7eaddd255 to your computer and use it in GitHub Desktop.
git autocomplete part 2
This file contains 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
if[ -f ~/.git-completion.bash ]; then | |
. ~/.git-completion.bash | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you also need to leave a space between
if
and[
, otherwise you getsyntax error near unexpected token 'then'