From 3f5b7dec42ad797ff72e35591534cc98375ccf80 Mon Sep 17 00:00:00 2001 From: typebrook Date: Wed, 10 Oct 2018 10:27:44 +0800 Subject: update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02dfb56..87893db 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ sync-alias: cat ~/.bash_aliases > ./.bash_aliases sync-vim: - cat ~/.vimrc > ./.vimrc + cat ~/.vim_runtime/my_configs.vim > ./.vimrc apply-alias: cat ./.bash_aliases > ~/.bash_aliases apply-vim: - cat ./.vimrc > ~/.vimrc + cat ./.vimrc > ~/.vim_runtime/my_configs.vim push: git commit -am "update" git push -- cgit v1.2.3-70-g09d2