From: Julien Moutinho Date: Mon, 6 Oct 2014 15:30:20 +0000 (+0200) Subject: Correction : config vim. X-Git-Url: http://git.cyclocoop.org/?p=tool%2Fhledger.git;a=commitdiff_plain;h=2bb05a4b8bdc5e7b41e4e44745e1005d927640f7;ds=sidebyside Correction : config vim. --- diff --git a/vim/install b/vim/install index fa5aa88..85d4e22 100755 --- a/vim/install +++ b/vim/install @@ -40,6 +40,6 @@ cat <<-EOF $( cd "$tool" find config -name '*.vim' \ - -exec echo 'source '{} \; + -exec echo 'source $HOME/.vim/'{} \; ) EOF