summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-06-20 11:46:24 +0800
committertypebrook <typebrook@gmail.com>2019-06-20 11:46:24 +0800
commit8604b229b3686f06938a00870dd2d8df1837c557 (patch)
tree25107eb98abe06904a8e46e5195399ff6704bd30
parent00954e8845db3868a5ec65f7e564762ff435a8f9 (diff)
Revert "update"
This reverts commit cf50d64c4df79ed8558c89528c496c05d4ef1a9b.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d056cef..674394e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ alias:
9vim: 9vim:
10 # amix-vimrc 10 # amix-vimrc
11 if [ ! -d "$(HOME)/.vim_runtime" ]; then \ 11 if [ ! -d "$(HOME)/.vim_runtime" ]; then \
12 git clone --depth=1 https://github.com/typebrook/vimrc.git ~/.vim_runtime && \ 12 git clone --depth=1 git@github.com:amix/vimrc.git ~/.vim_runtime && \
13 sh ~/.vim_runtime/install_awesome_vimrc.sh; \ 13 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
14 fi 14 fi
15 # vim-plug 15 # vim-plug