From 48df2df79cb604f66ae95fac7d96003791aea7a6 Mon Sep 17 00:00:00 2001 From: Davide Cendron <52994395+davcen@users.noreply.github.com> Date: Mon, 4 May 2020 12:17:53 +0200 Subject: [PATCH] fix path for custom completions (#149) --- .gitignore | 2 +- custom/{completion => completions}/example.completion.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename custom/{completion => completions}/example.completion.sh (100%) diff --git a/.gitignore b/.gitignore index c30b09c..08deb60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # custom files !/custom/aliases/example.aliases.sh -!/custom/completion/example.completion.sh +!/custom/completions/example.completion.sh !/custom/plugins/example/ !/custom/themes/example/ !/custom/example.sh diff --git a/custom/completion/example.completion.sh b/custom/completions/example.completion.sh similarity index 100% rename from custom/completion/example.completion.sh rename to custom/completions/example.completion.sh