Open scozv opened 10 years ago
git_prompt.sh issue
curl -o ~/.git-prompt.sh \
https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh && \
source ~/.git-prompt.sh
pathogen issue
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
to make sure the
init.sh
works well.