From 056c24d85879f5ace09b07675aa8964e10f86ee7 Mon Sep 17 00:00:00 2001 From: Patrick Oscity Date: Fri, 4 May 2012 14:32:37 +0300 Subject: [PATCH] tell users about the possibility to use a different `custom/` directory --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index bf6776665..de143133d 100644 --- a/README.textile +++ b/README.textile @@ -58,7 +58,7 @@ h3. Customization If you want to override any of the default behavior, just add a new file (ending in @.zsh@) into the @custom/@ directory. If you have many functions which go well together you can put them as a *.plugin.zsh file in the @custom/plugins/@ directory and then enable this plugin. If you would like to override the functionality of a plugin distributed with oh-my-zsh, create a plugin of the same name in the @custom/plugins/@ directory and it will be loaded instead of the one in @plugins/@. - +You may specify a different location for your @custom/@ directory by setting @$ZSH_CUSTOM@ to your desired location in your @~/.zshrc@. h3. Uninstalling