Add table of content.
parent
8fd59d3498
commit
11370be8e9
@ -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.
|
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
|
#### Overriding and adding plugins
|
||||||
|
|
||||||
Let's say you created your own plugin `foobar` and want to add it to your configuration.\`\`` bash
|
Let's say you created your own plugin `foobar` and want to add it to your configuration.
|
||||||
|
|
||||||
your .zshrc
|
|
||||||
===========
|
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
|
# Your .zshrc
|
||||||
plugins=(git bundler foobar)
|
plugins=(git bundler foobar)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user