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