diff --git a/docs/contribute/documentation.md b/docs/contribute/documentation.md index 4834dea92..7bd07244f 100644 --- a/docs/contribute/documentation.md +++ b/docs/contribute/documentation.md @@ -50,7 +50,7 @@ npm run dev Format the code before committing: ```shell -npm run format +npm run fmt ``` ## Pull Requests, Releases & Conventional Commits diff --git a/docs/guide/getting-started-legacy.md b/docs/guide/getting-started-legacy.md index 7dc2391b1..560d6885c 100644 --- a/docs/guide/getting-started-legacy.md +++ b/docs/guide/getting-started-legacy.md @@ -248,7 +248,7 @@ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc **OR** use a ZSH Framework plugin like [asdf for oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf) which will source this script and setup completions. -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). +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`. ::: ::: details ZSH & Pacman diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 3cf744918..2ce47c560 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -217,7 +217,7 @@ 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 -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). +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`. ::: ::: details PowerShell Core diff --git a/docs/ja-jp/contribute/documentation.md b/docs/ja-jp/contribute/documentation.md index 1be6f7338..4fec8245b 100644 --- a/docs/ja-jp/contribute/documentation.md +++ b/docs/ja-jp/contribute/documentation.md @@ -50,7 +50,7 @@ npm run dev コミットする前にコードをフォーマットするには、次のように実行します: ```shell -npm run format +npm run fmt ``` ## プルリクエスト、リリース、Conventional Commits diff --git a/docs/ja-jp/guide/getting-started-legacy.md b/docs/ja-jp/guide/getting-started-legacy.md index 35abb7c69..c2c699462 100644 --- a/docs/ja-jp/guide/getting-started-legacy.md +++ b/docs/ja-jp/guide/getting-started-legacy.md @@ -248,7 +248,7 @@ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc **OR** use a ZSH Framework plugin like [asdf for oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf) which will source this script and setup completions. -コマンド補完は、ZSHフレームワーク`asdf`によって設定されるか、[Homebrewの説明に従って設定](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)必要があります。ZSHフレームワークを使用している場合、新しいZSHコマンド補完を使用するには、`fpath`経由で、関連する`asdf`プラグインの更新が必要となることがあります。Oh-My-ZSH asdfプラグインは、[ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837)でご覧いただくと分かるとおり、まだ更新されていません。 +コマンド補完は、ZSHフレームワーク`asdf`によって設定されるか、[Homebrewの説明に従って設定](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)必要があります。ZSHフレームワークを使用している場合、新しいZSHコマンド補完を使用するには、`fpath`経由で、関連する`asdf`プラグインの更新が必要となることがあります。 ::: ::: details ZSH & Pacman diff --git a/docs/ja-jp/guide/getting-started.md b/docs/ja-jp/guide/getting-started.md index 9af8d290e..ea71ac92e 100644 --- a/docs/ja-jp/guide/getting-started.md +++ b/docs/ja-jp/guide/getting-started.md @@ -216,7 +216,7 @@ autoload -Uz compinit && compinit ZSHフレームワークでカスタムされた`compinit`セットアップを使っている場合は、`compinit`がフレームワークのソース配下にあることを確認してください。 -コマンド補完はZSHフレームワークの`asdf`で設定するか、[Homebrewの指示に従って設定](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)する必要があります。ZSHフレームワークを使っている場合、asdf用のプラグインを更新して`fpath`経由で新しいZSH補完機能を正しく使えるようにする必要があるかもしれません。なお、Oh-My-ZSH asdfプラグインはまだ対応していません。[ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837) を参照してください。 +コマンド補完はZSHフレームワークの`asdf`で設定するか、[Homebrewの指示に従って設定](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)する必要があります。ZSHフレームワークを使っている場合、asdf用のプラグインを更新して`fpath`経由で新しいZSH補完機能を正しく使えるようにする必要があるかもしれません。 ::: ::: details PowerShell Core diff --git a/docs/ko-kr/contribute/documentation.md b/docs/ko-kr/contribute/documentation.md index 88527a5e7..c3b7608c3 100644 --- a/docs/ko-kr/contribute/documentation.md +++ b/docs/ko-kr/contribute/documentation.md @@ -50,7 +50,7 @@ npm run dev 커밋 전 코드 형식 맞추기: ```shell -npm run format +npm run fmt ``` ## 풀 리퀘스트, 릴리스 & 관습적 커밋 diff --git a/docs/ko-kr/guide/getting-started.md b/docs/ko-kr/guide/getting-started.md index 606803028..a0df36917 100644 --- a/docs/ko-kr/guide/getting-started.md +++ b/docs/ko-kr/guide/getting-started.md @@ -237,7 +237,7 @@ autoload -Uz compinit && compinit **경고** -만약 ZSH 프레임워크를 사용중이라면, `fpath`를 통해 새로운 ZSH 자동완성을 사용하려면 관련된 `asdf` 플러그인이 업데이트 되어야합니다. Oh-My-ZSH asdf 플로그인이 아직 업데이트 되지 않았습니다, [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837) 참고. +만약 ZSH 프레임워크를 사용중이라면, `fpath`를 통해 새로운 ZSH 자동완성을 사용하려면 관련된 `asdf` 플러그인이 업데이트 되어야합니다. ::: ::: details ZSH & Homebrew @@ -250,7 +250,7 @@ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc **혹은** 위 스크립트와 자동완성을 설정하는 [asdf를 위한 oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf)와 같은 ZSH 프레임워크 플러그인을 사용하세요. -자동완성은 `asdf` ZSH 프레임워크 혹은 [Homebrew'의 방법](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)에 따라 설정되어야 합니다. 만약 ZSH 프레임워크를 사용중이라면, `fpath`를 통해 새로운 ZSH 자동완성을 사용하려면 관련된 asdf 플러그인이 업데이트 되어야합니다. Oh-My-ZSH asdf 플로그인이 아직 업데이트 되지 않았습니다, [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837) 참고. +자동완성은 `asdf` ZSH 프레임워크 혹은 [Homebrew'의 방법](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)에 따라 설정되어야 합니다. 만약 ZSH 프레임워크를 사용중이라면, `fpath`를 통해 새로운 ZSH 자동완성을 사용하려면 관련된 asdf 플러그인이 업데이트 되어야합니다. ::: ::: details ZSH & Pacman diff --git a/docs/pt-br/contribute/documentation.md b/docs/pt-br/contribute/documentation.md index 8fa5a1be8..12481be81 100644 --- a/docs/pt-br/contribute/documentation.md +++ b/docs/pt-br/contribute/documentation.md @@ -52,7 +52,7 @@ npm run dev Formate o código antes de confirmar: ```shell -npm run format +npm run fmt ``` ## Pull Requests, Releases e Commits Convencionais diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index e50ed6e08..810e26555 100644 --- a/docs/pt-br/guide/getting-started.md +++ b/docs/pt-br/guide/getting-started.md @@ -238,7 +238,7 @@ autoload -Uz compinit && compinit **Aviso** -Se você está utilizando um framework para ZSH, o plugin do asdf pode precisar ser atualizado para utilização adequada do novo auto completar do ZSH através do `fpath`. O plugin do asdf para o oh-my-zsh ainda não foi atualizado, veja: [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837). +Se você está utilizando um framework para ZSH, o plugin do asdf pode precisar ser atualizado para utilização adequada do novo auto completar do ZSH através do `fpath`. ::: ::: details ZSH & Homebrew @@ -251,7 +251,7 @@ echo -e "\n. $(brew --prefix asdf)/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc **OU** utilize um framework para ZSH, como [asdf para oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf) que irá adicionar o script e o auto completar. -O auto completar pode ser configurado ou pelo framework para ZSH, ou de acordo com as [instruções da Homebrew](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). Se você está usando um framework para ZSH, pode ser que seja necessário atualizar o plugin do asdf para que o novo auto completar funcione adequadamente através do `fpath`. O plugin do asdf para o Oh-My-ZSH ainda será atualizado, veja: [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837). +O auto completar pode ser configurado ou pelo framework para ZSH, ou de acordo com as [instruções da Homebrew](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). Se você está usando um framework para ZSH, pode ser que seja necessário atualizar o plugin do asdf para que o novo auto completar funcione adequadamente através do `fpath`. ::: ::: details ZSH & Pacman diff --git a/docs/zh-hans/contribute/documentation.md b/docs/zh-hans/contribute/documentation.md index 51bc57e04..f5bef0d81 100644 --- a/docs/zh-hans/contribute/documentation.md +++ b/docs/zh-hans/contribute/documentation.md @@ -50,7 +50,7 @@ npm run dev 在提交之前格式化代码: ```shell -npm run format +npm run fmt ``` ## 拉取请求、发布以及约定式提交 diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index e7640604c..9a38e8efd 100644 --- a/docs/zh-hans/guide/getting-started.md +++ b/docs/zh-hans/guide/getting-started.md @@ -217,7 +217,7 @@ autoload -Uz compinit && compinit 如果你正在 ZSH 框架中使用自定义的 `compinit` 设置 ,请确保 `compinit` 在框架加载之后加载。 -补全功能可以通过 ZSH 框架 `asdf` 或者将需要 [按照 Homebrew 的说明进行配置](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). 如果你正在使用 ZSH 框架,与 asdf 关联的插件或许需要更新以便通过 `fpath` 正确使用新 ZSH。 Oh-My-ZSH asdf 插件尚未更新,请查看 [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837) 了解更多。 +补全功能可以通过 ZSH 框架 `asdf` 或者将需要 [按照 Homebrew 的说明进行配置](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). 如果你正在使用 ZSH 框架,与 asdf 关联的插件或许需要更新以便通过 `fpath` 正确使用新 ZSH。 ::: ::: details PowerShell Core