diff --git a/custom/plugins/custom_plugin/custom_plugin.plugin.zsh b/custom/plugins/custom_plugin/custom_plugin.plugin.zsh deleted file mode 100644 index eebdd90f3..000000000 --- a/custom/plugins/custom_plugin/custom_plugin.plugin.zsh +++ /dev/null @@ -1,4 +0,0 @@ -# This is an example file to demonstrate the use of custom plugins. -# It would be loaded if you add it to the plugins Array in your .zshrc file: -# -# plugins=(custom_plugin) diff --git a/custom/plugins/example/example.plugin.zsh b/custom/plugins/example/example.plugin.zsh index 406f27445..7eb3c09c9 100644 --- a/custom/plugins/example/example.plugin.zsh +++ b/custom/plugins/example/example.plugin.zsh @@ -1,2 +1,7 @@ -# Add your own custom plugins in the custom/plugins directory. Plugins placed -# here will override ones with the same name in the main plugins directory. +# This is an example file to demonstrate the use of custom plugins. +# To load them add them to the plugins Array in your .zshrc file: +# +# Plugins placed here will override ones with the same name in the main +# directory. +# +# plugins=(example) diff --git a/custom/themes/custom_theme.zsh-theme b/custom/themes/example.zsh-theme similarity index 86% rename from custom/themes/custom_theme.zsh-theme rename to custom/themes/example.zsh-theme index af9fbbeb9..cfb1c1ae5 100644 --- a/custom/themes/custom_theme.zsh-theme +++ b/custom/themes/example.zsh-theme @@ -2,3 +2,5 @@ # # Place your themes in this folder and enable theme # by setting ZSH_THEME in your .zshrc file. +# +# ZSH_THEME='example'