From 4d7252fb244ec2c4503e823c496d07fa95766e51 Mon Sep 17 00:00:00 2001 From: Martin Hans Date: Fri, 17 May 2024 15:45:07 +0200 Subject: [PATCH] Correct copy paste errors --- install_awesome_parameterized.sh | 2 +- install_awesome_vimrc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_awesome_parameterized.sh b/install_awesome_parameterized.sh index d811d7cb..5dacb4ea 100755 --- a/install_awesome_parameterized.sh +++ b/install_awesome_parameterized.sh @@ -6,7 +6,7 @@ cd $1 VIMRC="\" DO NOT EDIT THIS FILE \" Add your own customizations in $1/my_configs.vim -\" See ~/.vim_runtime/README.md \"How to include your own stuff\" for further options. +\" See $1/README.md \"How to include your own stuff\" for further options. set runtimepath+=$1 diff --git a/install_awesome_vimrc.sh b/install_awesome_vimrc.sh index 59b028fd..56c7bb69 100755 --- a/install_awesome_vimrc.sh +++ b/install_awesome_vimrc.sh @@ -4,7 +4,7 @@ set -e cd ~/.vim_runtime echo '" DO NOT EDIT THIS FILE -" Add your own customizations in $1/my_configs.vim +" Add your own customizations in ~/.vim_runtime/my_configs.vim " See ~/.vim_runtime/README.md "How to include your own stuff" for further options. set runtimepath+=~/.vim_runtime