From b18a46fba7ece1a1baebad1ebe6d65284cd3baa7 Mon Sep 17 00:00:00 2001 From: David Baucum Date: Sat, 28 Dec 2024 09:03:11 -0500 Subject: [PATCH] docs: Remove warning about oh-my-zsh-plugin (#1828) --- docs/guide/getting-started.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index b775537af..7dc2391b1 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.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