diff options
author | typebrook <typebrook@gmail.com> | 2020-03-02 21:16:32 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-02 21:16:32 +0800 |
commit | d6d26c8df0d1fcf54fe566faee9bfeb14208c9f3 (patch) | |
tree | cdb382e9476dbe4d1c4749e2727b9d4af4978ba5 | |
parent | f99cdfec4b49838ea8517d790e517e93f53ae26f (diff) |
update
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ tig: | |||
26 | wiki: | 26 | wiki: |
27 | # vimwiki | 27 | # vimwiki |
28 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ | 28 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ |
29 | git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki; \ | 29 | git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki |
30 | fi | 30 | fi |
31 | 31 | ||
32 | crontab: | 32 | crontab: |