From 5d7a37d6bac6da0be35233f61bc0eea972f32433 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Sat, 28 Dec 2024 09:12:59 -0500 Subject: [PATCH] fixup! chore(docs): remove warning about oh-my-zsh issue --- docs/guide/getting-started-legacy.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/guide/getting-started-legacy.md b/docs/guide/getting-started-legacy.md index b775537af..7dc2391b1 100644 --- a/docs/guide/getting-started-legacy.md +++ b/docs/guide/getting-started-legacy.md @@ -236,9 +236,6 @@ autoload -Uz compinit && compinit - if you are using a custom `compinit` setup, ensure `compinit` is below your sourcing of `asdf.sh` - if you are using a custom `compinit` setup with a ZSH Framework, ensure `compinit` is below your sourcing of the framework -**Warning** - -If you are using a ZSH Framework the associated `asdf` plugin 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). ::: ::: details ZSH & Homebrew