aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-09-08 11:18:49 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-09-08 11:18:49 +0800
commit021d2df326adba6fe9c028d65d1445a28753773e (patch)
treebba8188ff9645a1abe445529016f58f5e276e704 /Makefile
parent4944344d5add3d8b8265deef39dd368d44873c1b (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a13c17..aa0016e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ tig:
26 ln -s `pwd`/tigrc ~/.tigrc 26 ln -s `pwd`/tigrc ~/.tigrc
27 if [ ! -d "$(HOME)/git/tig" ]; then \ 27 if [ ! -d "$(HOME)/git/tig" ]; then \
28 git clone --depth=100 --origin my git@github.com:typebrook/tig ~/git/tig; \ 28 git clone --depth=100 --origin my git@github.com:typebrook/tig ~/git/tig; \
29 cd ~/git/tig && git remote add origin git@github.com:jonas/tig.git && \ 29 cd ~/git/tig && git remote add origin git@github.com:jonas/tig.git; \
30 fi 30 fi
31 31
32zsh: 32zsh: