diff options
| author | Marc Cornellà <marc@mcornella.com> | 2024-07-30 23:21:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 23:21:42 +0200 |
| commit | d525e80355597d752f941edfe0415b3ae881a774 (patch) | |
| tree | 9fb17c817ce85d8c7e1fafde392010538209485a | |
| parent | 01a955657408c8396fc947075a912ee868d5e2a7 (diff) | |
| download | zsh-d525e80355597d752f941edfe0415b3ae881a774.tar.gz zsh-d525e80355597d752f941edfe0415b3ae881a774.tar.bz2 zsh-d525e80355597d752f941edfe0415b3ae881a774.zip | |
chore: fix ordering of sections in README
| -rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -362,6 +362,15 @@ Instead, you can now use the following: zstyle ':omz:lib:directories' aliases no ``` +#### Notice <!-- omit in toc --> + +> This feature is currently in a testing phase and it may be subject to change in the future. +> It is also not currently compatible with plugin managers such as zpm or zinit, which don't +> source the init script (`oh-my-zsh.sh`) where this feature is implemented in. + +> It is also not currently aware of "aliases" that are defined as functions. Example of such +> are `gccd`, `ggf`, or `ggl` functions from the git plugin. + ### Disable async git prompt Async prompt functions are an experimental feature (included on April 3, 2024) that allows Oh My Zsh to render prompt information @@ -373,15 +382,6 @@ before Oh My Zsh is sourced: zstyle ':omz:alpha:lib:git' async-prompt no ``` -#### Notice <!-- omit in toc --> - -> This feature is currently in a testing phase and it may be subject to change in the future. -> It is also not currently compatible with plugin managers such as zpm or zinit, which don't -> source the init script (`oh-my-zsh.sh`) where this feature is implemented in. - -> It is also not currently aware of "aliases" that are defined as functions. Example of such -> are `gccd`, `ggf`, or `ggl` functions from the git plugin. - ## Getting Updates By default, you will be prompted to check for updates every 2 weeks. You can choose other update modes by adding a line to your `~/.zshrc` file, **before Oh My Zsh is loaded**: |
