Skip to content

Commit

Permalink
chore(docs): remove warning about oh-my-zsh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D committed Dec 28, 2024
1 parent c64050a commit 7528092
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,6 @@ autoload -Uz compinit && compinit
If you are using a custom `compinit` setup with a ZSH Framework, ensure `compinit` is below your sourcing of the framework
:::
::: details ZSH & Homebrew
Add `asdf.sh` to your `~/.zshrc` with:
```shell
echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc
```
Completions are configured by either a ZSH Framework `asdf` or will need to be [configured as per Homebrew's instructions](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). If you are using a ZSH Framework the associated plugin for asdf may need to be updated to use the new ZSH completions properly via `fpath`. The Oh-My-ZSH asdf plugin is yet to be updated, see [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837).
:::
Expand Down

0 comments on commit 7528092

Please sign in to comment.