Skip to content

Commit 0a443da

Browse files
committed
use https, not git://
1 parent e8dfac4 commit 0a443da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
cd ~
4-
git clone git://github.com/pct/vimrc-core.git
4+
git clone https://github.com/pct/vimrc-core
55
mv .vimrc .vimrc.yours
66
mv .vim .vim.yours
77
ln -s vimrc-core/.vimrc

0 commit comments

Comments
 (0)