aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-12 20:48:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-12 20:48:30 +1200
commit84bf7f5e40a15b4dd930e19135c9d2fa9775546b (patch)
treee6bf38366c87adb7051664777c5f4e648b512007 /Makefile
parentUse XDG for HTML tidy (diff)
downloaddotfiles-84bf7f5e40a15b4dd930e19135c9d2fa9775546b.tar.gz
dotfiles-84bf7f5e40a15b4dd930e19135c9d2fa9775546b.zip
Re-use a variable for Vim install path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4bd2a33..5e3b63be 100644
--- a/Makefile
+++ b/Makefile
@@ -556,7 +556,7 @@ install-urxvt: urxvt/ext/select
VIM = vim
VIMDIR = $(HOME)/.vim
-VIMRC = $(HOME)/.vim/vimrc
+VIMRC = $(VIMDIR)/vimrc
install-vim: install-vim-after \
install-vim-autoload \