From fea52246b35affb7240e48a853521a423c706f00 Mon Sep 17 00:00:00 2001 From: Hugo LAMY Date: Tue, 5 Jul 2022 15:13:18 +0200 Subject: [PATCH] in install sh fixed ref to skeleton_colors with s --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 845a1e8..9996405 100644 --- a/install.sh +++ b/install.sh @@ -74,7 +74,7 @@ function install install "$HOME/.screenrc" install "$HOME/.vimrc" install "$HOME/.zshrc" -install "$HOME/.vim/templates/skeleton_color.h" +install "$HOME/.vim/templates/skeleton_colors.h" install "$HOME/.vim/templates/skeleton.cpp" install "$HOME/.vim/templates/skeleton.hpp" install "$HOME/.vim/templates/skeleton_main.cpp"