I assume this is what was meannt. Otherwise more information on riding implementations would be useful.
parent
425978887d
commit
377c82ee1e
@ -51,7 +51,7 @@ Hint: Using a random theme with `$ZSH_THEME="random"` will not look into your cu
|
|||||||
|
|
||||||
## Overriding internals
|
## Overriding internals
|
||||||
|
|
||||||
oh-my-zsh's internals are defined in its `lib` directory. To change them just create a file inside the `custom` directory (its name doesn't matter, as long as it has a `.zsh` ending) and start customizing whatever you want. Unsatisfied with the way `git_prompt_info()` works? Ride your own implementation!
|
oh-my-zsh's internals are defined in its `lib` directory. To change them just create a file inside the `custom` directory (its name doesn't matter, as long as it has a `.zsh` ending) and start customizing whatever you want. Unsatisfied with the way `git_prompt_info()` works? Write your own implementation!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# custom/my_patches.zsh
|
# custom/my_patches.zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user