From 2f607ec18f2bec1a0a5ae9f66c96e367e3c4a10d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 9 Oct 2025 05:22:37 +0300 Subject: [PATCH] *: capitalize shell names (#18560) --- pages/common/enable.md | 2 +- pages/common/pulumi-gen-completion.md | 2 +- pages/common/zinit.md | 2 +- pages/linux/gcrane-completion.md | 8 ++++---- pages/linux/jobs.md | 2 +- pages/linux/pct-exec.md | 2 +- pages/osx/gcrane-completion.md | 8 ++++---- pages/windows/gcrane-completion.md | 6 +++--- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pages/common/enable.md b/pages/common/enable.md index 43ab81c836..da89578ad2 100644 --- a/pages/common/enable.md +++ b/pages/common/enable.md @@ -7,6 +7,6 @@ `enable` -- Disable a builtin (works in `bash` only): +- Disable a builtin (works in Bash only): `enable -n {{command}}` diff --git a/pages/common/pulumi-gen-completion.md b/pages/common/pulumi-gen-completion.md index 4f5d8a140c..e52b826f1b 100644 --- a/pages/common/pulumi-gen-completion.md +++ b/pages/common/pulumi-gen-completion.md @@ -1,7 +1,7 @@ # pulumi gen-completion > Generate completion scripts for the Pulumi CLI. -> Supported shells are bash, zsh, fish. +> Supported shells are Bash, Zsh, fish. > More information: . - Generate completion scripts: diff --git a/pages/common/zinit.md b/pages/common/zinit.md index eec31e756d..ae4b46c7bc 100644 --- a/pages/common/zinit.md +++ b/pages/common/zinit.md @@ -1,6 +1,6 @@ # zinit -> Flexible and blazing fast `zsh` plugin manager. +> Flexible and blazing fast Zsh plugin manager. > More information: . - Show all installed plugins: diff --git a/pages/linux/gcrane-completion.md b/pages/linux/gcrane-completion.md index b5b54679e0..ca44894571 100644 --- a/pages/linux/gcrane-completion.md +++ b/pages/linux/gcrane-completion.md @@ -1,7 +1,7 @@ # gcrane completion > Generate the autocompletion script for gcrane for the specified shell. -> The available shells are `bash`, `fish`, `powershell`, and `zsh`. +> The available shells are Bash, fish, PowerShell, and Zsh. > More information: . - Generate the autocompletion script for your shell: @@ -12,7 +12,7 @@ `gcrane completion {{shell_name}} --no-descriptions` -- Load completions in your current shell session (bash/zsh): +- Load completions in your current shell session (Bash/Zsh): `source <(gcrane completion bash/zsh)` @@ -20,11 +20,11 @@ `gcrane completion fish | source` -- Load completions for every new session (bash): +- Load completions for every new session (Bash): `gcrane completion bash > /etc/bash_completion.d/gcrane` -- Load completions for every new session (zsh): +- Load completions for every new session (Zsh): `gcrane completion zsh > "${fpath[1]}/_gcrane"` diff --git a/pages/linux/jobs.md b/pages/linux/jobs.md index 3a075749a5..2c1c65c3bf 100644 --- a/pages/linux/jobs.md +++ b/pages/linux/jobs.md @@ -1,7 +1,7 @@ # jobs > Shell builtin for viewing information about processes spawned by the current shell. -> Options other than `-l` and `-p` are exclusive to `bash`. +> Options other than `-l` and `-p` are exclusive to Bash. > More information: . - View jobs spawned by the current shell: diff --git a/pages/linux/pct-exec.md b/pages/linux/pct-exec.md index db41a0e4a2..c45196714a 100644 --- a/pages/linux/pct-exec.md +++ b/pages/linux/pct-exec.md @@ -7,7 +7,7 @@ `pct {{[ex|exec]}} {{100}} {{command}}` -- Open a bash shell in a container: +- Open a Bash shell in a container: `pct {{[ex|exec]}} {{100}} bash` diff --git a/pages/osx/gcrane-completion.md b/pages/osx/gcrane-completion.md index 125942e1ad..f806175c78 100644 --- a/pages/osx/gcrane-completion.md +++ b/pages/osx/gcrane-completion.md @@ -1,7 +1,7 @@ # gcrane completion > Generate the autocompletion script for gcrane for the specified shell. -> The available shells are `bash`, `fish`, `powershell`, and `zsh`. +> The available shells are Bash, fish, PowerShell, and Zsh. > More information: . - Generate the autocompletion script for your shell: @@ -12,7 +12,7 @@ `gcrane completion {{shell_name}} --no-descriptions` -- Load completions in your current shell session (bash/zsh): +- Load completions in your current shell session (Bash/Zsh): `source <(gcrane completion bash/zsh)` @@ -20,11 +20,11 @@ `gcrane completion fish | source` -- Load completions for every new session (bash): +- Load completions for every new session (Bash): `gcrane completion bash > $(brew --prefix)/etc/bash_completion.d/gcrane` -- Load completions for every new session (zsh): +- Load completions for every new session (Zsh): `gcrane completion zsh > $(brew --prefix)/share/zsh/site-functions/_gcrane` diff --git a/pages/windows/gcrane-completion.md b/pages/windows/gcrane-completion.md index 9ea5bdf8fa..b753bcfe00 100644 --- a/pages/windows/gcrane-completion.md +++ b/pages/windows/gcrane-completion.md @@ -1,7 +1,7 @@ # gcrane completion > Generate the autocompletion script for gcrane for the specified shell. -> The available shells are `bash`, `fish`, `powershell`, and `zsh`. +> The available shells are Bash, fish, PowerShell, and Zsh. > More information: . - Generate the autocompletion script for your shell: @@ -12,11 +12,11 @@ `gcrane completion {{shell_name}} --no-descriptions` -- Load completions in your current shell session (powershell): +- Load completions in your current shell session (PowerShell): `gcrane completion powershell | Out-String | Invoke-Expression` -- Load completions for every new session (powershell): +- Load completions for every new session (PowerShell): `gcrane completion powershell | Out-String | Invoke-Expression`