aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-01-05 13:42:18 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-01-05 13:42:18 +0800
commit57c4f2461c33d8f7bef1da8b7e5ab3f3c8dc76d1 (patch)
tree32ddd3bdd8439e2ebf47cf9333a472ee87ec7e65
parent218e581ece463b42680a4a445c3e2f3e2a00cc02 (diff)
update
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f13482..1177717 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ mutt:
59tmux: 59tmux:
60 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 60 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf
61 61
62# Blog on my VPS
62blog: 63blog:
63 if [ ! -d "$(HOME)/blog" ]; then \ 64 if [ ! -d "$(HOME)/blog" ]; then \
64 git clone ssh://topo/~/blog; \ 65 git clone ssh://topo/~/blog; \