mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add note about custom themes
This commit is contained in:
parent
656ddabcfa
commit
1fb600a982
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ If you have many functions that go well together, you can put them as a `XYZ.plu
|
|||
|
||||
If you would like to override the functionality of a plugin distributed with Oh My Zsh, create a plugin of the same name in the `custom/plugins/` directory and it will be loaded instead of the one in `plugins/`.
|
||||
|
||||
If you want to override a theme or use your own, make sure to name it `XYZ.zsh-theme` not `.zsh`.
|
||||
|
||||
## Getting Updates
|
||||
|
||||
By default, you will be prompted to check for upgrades every few weeks. If you would like `oh-my-zsh` to automatically upgrade itself without prompting you, set the following in your `~/.zshrc`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue