Skip to content

Commit

Permalink
Changing location of git bash completion so I don't have to keep
Browse files Browse the repository at this point in the history
updating it with every upgrade.
  • Loading branch information
markhepburn committed Aug 31, 2010
1 parent 6d2ec93 commit 8f7f567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ if [ -f /etc/bash_completion ]; then
fi

# hep016 21/04/08; git completion
if [ -f ~/src/git-1.6.3.1/contrib/completion/git-completion.bash ]; then
. ~/src/git-1.6.3.1/contrib/completion/git-completion.bash
if [ -f ~/bin/git-completion.bash ]; then
. ~/bin/git-completion.bash
fi


Expand Down

0 comments on commit 8f7f567

Please sign in to comment.