docs: remove The Oh-My-ZSH asdf plugin is yet to be updated... as it is updated and working#2160
Open
chrispelzer wants to merge 3 commits intoasdf-vm:masterfrom
Open
docs: remove The Oh-My-ZSH asdf plugin is yet to be updated... as it is updated and working#2160chrispelzer wants to merge 3 commits intoasdf-vm:masterfrom
The Oh-My-ZSH asdf plugin is yet to be updated... as it is updated and working#2160chrispelzer wants to merge 3 commits intoasdf-vm:masterfrom
Conversation
fc2da3c to
0c97f12
Compare
…myzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837).` from the docs for zsh as it has been [updated](ohmyzsh/ohmyzsh#8837 (comment))
… correct `npm run fmt` from the package, as the `npm run format` does not exist
```
❯ npm run format
npm error Missing script: "format"
npm error
npm error To see a list of scripts, run:
npm error npm run
❯ npm run
Scripts available in undefined via `npm run-script`:
fmt
prettier --write '.vitepress/{config,navbars,sidebars}.ts' '.vitepress/theme/**/*'
dev
vitepress dev
build
vitepress build
preview
vitepress preview
```
0c97f12 to
db1dcc0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Oh-My-ZSH asdf plugin is yet to be updated, see [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837).from the docsnpm run fmtfrom the package, as thenpm run formatdoes not existI just started utilizing asdf and was going through the Getting Started section. Since I am using ZSH and Oh-My-ZSH, I took notice to the text to the issue at ohmyzsh/ohmyzsh#8837.
It seems to have been mentioned that it's now working and from my own experience it seems to be working.
Is it necessary to have that notice in there anymore?