aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-01-22 08:57:52 +0800
committertypebrook <typebrook@gmail.com>2019-01-22 08:57:52 +0800
commit9077017de51b539505f503ab35865ef33fa9f9ba (patch)
tree8782f30bd5403bac44462800b92af80f3aee77fd
parent65bfd3bed1d4514f28558726b34bdb091255b944 (diff)
update
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b592d8c..47fe6bb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ apply-alias:
5 ln -s `pwd`/alias ~/.bash_aliases 5 ln -s `pwd`/alias ~/.bash_aliases
6 6
7apply-vim: 7apply-vim:
8 if [ ! -d "~/.vim_runtime" ]; then \ 8 if [ ! -d "$(HOME)/.vim_runtime" ]; then \
9 git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \ 9 git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \
10 sh ~/.vim_runtime/install_awesome_vimrc.sh; \ 10 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
11 fi 11 fi