aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-08-26 15:31:10 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-08-26 15:31:10 +0800
commitf6a1e14815c951e4cde765003a8d654d28a8c948 (patch)
tree592a94ea354e60fa8dbf394b6f0ede769c2cfc4b /Makefile
parent3567c006c462fb1e046b71840b73b0bf4d6bade1 (diff)
Rename vimwiki to log
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3fc8ed7..9d26c13 100644
--- a/Makefile
+++ b/Makefile
@@ -37,10 +37,10 @@ fzf:
37 ~/.fzf/install; 37 ~/.fzf/install;
38 fi 38 fi
39 39
40wiki: 40log:
41 # vimwiki 41 # vimwiki
42 if [ ! -d "$(HOME)/.vimwiki" ]; then 42 if [ ! -d "$(HOME)/.vimwiki" ]; then
43 git clone git@github.com:typebrook/wiki.git ~/vimwiki; 43 git clone vps:~/log ~/log;
44 fi 44 fi
45 45
46pass: 46pass: