Updated custom dir example hierarchy.

This commit is contained in:
LFDM 2014-01-03 22:01:47 +01:00
commit 718178848c
4 changed files with 8 additions and 7 deletions

View file

@ -1,5 +0,0 @@
# Add yourself some shortcuts to projects you often work on
# Example:
#
# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr
#

View file

@ -1,2 +0,0 @@
# 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.

View file

@ -0,0 +1,4 @@
# 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

@ -0,0 +1,4 @@
# This is an example file for a customized theme.
#
# Place your themes in this folder and enable theme
# by setting ZSH_THEME in your .zshrc file.