Correction : config vim.
authorJulien Moutinho <julm+tool+hledger@autogeree.net>
Mon, 6 Oct 2014 15:30:20 +0000 (17:30 +0200)
committerJulien Moutinho <julm+tool+hledger@autogeree.net>
Mon, 6 Oct 2014 15:30:20 +0000 (17:30 +0200)
vim/install

index fa5aa88..85d4e22 100755 (executable)
@@ -40,6 +40,6 @@ cat <<-EOF
        $(
        cd "$tool"
        find config -name '*.vim' \
-        -exec echo 'source '{} \;
+        -exec echo 'source $HOME/.vim/'{} \;
        )
        EOF