mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-10 15:27:58 +02:00
Add table of content.
@ -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)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user