summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-06-01 09:33:49 +0200
committerRobby Russell <robby@planetargon.com>2011-06-01 09:33:49 +0200
commit7b0b83623fb54d21932014c9a6267e6dc03976db (patch)
tree9eac51c8ae668ec67a326710cd863f6717e723f6 /README.textile
parent23a082df129b12b6edf8ea04432b0cb2be0588fd (diff)
parent643a4e77f639c1742d1ce01d8028649ae12f8e62 (diff)
downloadzsh-7b0b83623fb54d21932014c9a6267e6dc03976db.tar.gz
zsh-7b0b83623fb54d21932014c9a6267e6dc03976db.tar.bz2
zsh-7b0b83623fb54d21932014c9a6267e6dc03976db.zip
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.textile b/README.textile
index d01c3310a..2dbfbe5a6 100644
--- a/README.textile
+++ b/README.textile
@@ -48,7 +48,9 @@ the "refcard":http://www.bash2zsh.com/zsh_refcard/refcard.pdf is pretty tasty fo
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 good together you can put them as a *.plugin.zsh file in the @plugin/@ directory and then enable this plugin.
+If you have many functions which go good 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/@.
+
h3. Uninstalling
@@ -68,4 +70,4 @@ This project wouldn't exist without all of our awesome users and contributors.
* "View our growing list of contributors":https://github.com/robbyrussell/oh-my-zsh/contributors
-Thank you so much! \ No newline at end of file
+Thank you so much!