diff --git a/.gitignore b/.gitignore index c2b47bba7..fdd13bb87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ locals.zsh log/.zsh_history projects.zsh --custom/* --!custom/example --!custom/example.zsh +custom +!custom/plugins/example +!custom/example.zsh +cache *.swp -!custom/example.zshcache -cache/ diff --git a/custom/example/example.plugin.zsh b/custom/plugins/example/example.plugin.zsh similarity index 100% rename from custom/example/example.plugin.zsh rename to custom/plugins/example/example.plugin.zsh