From 11370be8e9d4155da775333d2b8ebdbd8e9913eb Mon Sep 17 00:00:00 2001 From: dtinth Date: Fri, 10 Oct 2014 22:57:08 -0700 Subject: [PATCH] Add table of content. --- Customization.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Customization.md b/Customization.md index 27d2025..6295ecf 100644 --- a/Customization.md +++ b/Customization.md @@ -2,14 +2,14 @@ oh-my-zsh is fully configurable to your needs with the help of the `$ZSH_CUSTOM` Initially `$ZSH_CUSTOM` points to oh-my-zsh's `custom` directory. Whatever you place inside of it will take precedence over the built-in configuration. +[[_TOC_]] + #### Overriding and adding plugins -Let's say you created your own plugin `foobar` and want to add it to your configuration.\`\`` bash - -your .zshrc -=========== +Let's say you created your own plugin `foobar` and want to add it to your configuration. ```zsh +# Your .zshrc plugins=(git bundler foobar) ```