From b9e34f637317ae2688080e86fd9587dc7d25e97a Mon Sep 17 00:00:00 2001 From: LFDM <1986gh@gmail.com> Date: Mon, 24 Mar 2014 20:24:27 +0100 Subject: [PATCH] Rename files in custom example folders ... as suggested by @mcornella and @ncanceill. --- custom/plugins/custom_plugin/custom_plugin.plugin.zsh | 4 ---- custom/plugins/example/example.plugin.zsh | 9 +++++++-- .../themes/{custom_theme.zsh-theme => example.zsh-theme} | 2 ++ 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 custom/plugins/custom_plugin/custom_plugin.plugin.zsh rename custom/themes/{custom_theme.zsh-theme => example.zsh-theme} (86%) 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'