mirror of https://github.com/nirenjan/dotfiles.git
install: Fix link to git prompt script
GitHub changed the domain for raw data, causing the old link to fail.master
parent
745e6b6b46
commit
45542e702b
2
install
2
install
|
@ -177,7 +177,7 @@ if [[ ! -e ~/.git_prompt.sh ]]
|
|||
then
|
||||
echo "Installing Git prompt functionality..."
|
||||
curl -Sso ~/.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
|
||||
|
||||
#######################################################################
|
||||
|
|
Loading…
Reference in New Issue