0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Andrew Prokhorenkov 2018-11-08 15:29:11 -06:00
parent 36761cf8a2
commit 7d212462ff

@ -72,7 +72,7 @@ function git_prompt_info() {
}
```
Such customization files will be loaded after the built-in `lib/*.zsh` internals, but before plugins are loaded.
Such customization files will be loaded the last, after the built-in `lib/*.zsh` internals and plugins.
You can also fully override an existing `lib/*.zsh` file by providing a `$ZSH_CUSTOM/lib/<name>.zsh` file of the same name. It will be loaded instead of the corresponding base lib file. Note that files in this directory that do not have a corresponding base lib file of the same name will be ignored.