1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[install] Fix the url for git-prompt.sh

This commit is contained in:
Hyacinthe Cartiaux 2014-05-28 11:22:45 +02:00
parent 808d3baf93
commit f43947884d

View file

@ -31,7 +31,7 @@ ln -sf $DOTFILES/bash/bash_aliases ~/.bash_aliases
if [[ ! -f ~/.git-prompt.sh ]] ; then
curl -o ~/.git-prompt.sh \
https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh
https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh
fi
## vim (don't forget :BundleInstall & :BundleInstall!)