aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-18 13:39:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-18 13:39:19 +1200
commit0eb316fe37a1872752fb9db3ad62e4fceabd2d50 (patch)
tree29c5ee89693eb382ccb51d5bf96de1eb52e786dd /Makefile
parentQuote things in IDEAS.md to appease spellchecker (diff)
downloaddotfiles-0eb316fe37a1872752fb9db3ad62e4fceabd2d50.tar.gz
dotfiles-0eb316fe37a1872752fb9db3ad62e4fceabd2d50.zip
Remove en passant assignment from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df29b947..11364324 100644
--- a/Makefile
+++ b/Makefile
@@ -539,7 +539,7 @@ install-neovim:
make install-vim \
VIM=nvim \
VIMDIR="$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim" \
- VIMRC="$${XDG_CONFIG_HOME:="$$HOME"/.config}/nvim/init.vim"
+ VIMRC="$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim/init.vim"
install-vim-after: install-vim-after-ftplugin \
install-vim-after-indent \