Rename files in custom example folders

... as suggested by @mcornella and @ncanceill.
This commit is contained in:
LFDM 2014-03-24 20:24:27 +01:00
commit b9e34f6373
3 changed files with 9 additions and 6 deletions

View file

@ -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)

View file

@ -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)

View file

@ -2,3 +2,5 @@
#
# Place your themes in this folder and enable theme
# by setting ZSH_THEME in your .zshrc file.
#
# ZSH_THEME='example'