mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
docs: tweak terminology to be consistent across pages
This commit is contained in:
parent
c80e486e46
commit
45aecbcc0e
|
@ -88,9 +88,9 @@ You need to migrate using the following [guide][migrating].
|
|||
This bug is caused by Windows Terminal and/or VIM. There are two issues for this, one at [Windows Terminal][wt-vim] and
|
||||
one at [VIM][vim-wt].
|
||||
|
||||
### ZSH: No command history (ctrl+r does not work)
|
||||
### Zsh: No command history (Ctrl+R does not work)
|
||||
|
||||
This issue occurs when you're using plain ZSH in combination with Oh My Posh.
|
||||
This issue occurs when you're using plain zsh in combination with Oh My Posh.
|
||||
You fix this by can adding the right configuration to `~/.zshrc`.
|
||||
|
||||
```bash
|
||||
|
|
|
@ -140,7 +140,7 @@ Once altered, reload your config for the changes to take effect.
|
|||
<TabItem value="nu">
|
||||
|
||||
:::caution
|
||||
Oh My Posh requires Nushell >= 0.60.0
|
||||
Oh My Posh requires Nushell v0.60.0 or higher.
|
||||
:::
|
||||
|
||||
Run the following command:
|
||||
|
|
|
@ -157,7 +157,7 @@ exec fish
|
|||
<TabItem value="nu">
|
||||
|
||||
:::caution
|
||||
Oh My Posh requires Nushell >= 0.60.0
|
||||
Oh My Posh requires Nushell v0.60.0 or higher.
|
||||
:::
|
||||
|
||||
Run the following command:
|
||||
|
|
|
@ -6,10 +6,10 @@ sidebar_label: Command
|
|||
|
||||
## What
|
||||
|
||||
:::caution Powershell
|
||||
While powerful, it tends to take a lot of time executing the command on **Powershell**.
|
||||
:::caution powershell
|
||||
While powerful, it tends to take a lot of time executing the command on **PowerShell**.
|
||||
Even with `–noprofile` it's noticeably slower compared to `sh`. It's advised to look at using
|
||||
[environment variables][env] when using Powershell.
|
||||
[environment variables][env] when using PowerShell.
|
||||
:::
|
||||
|
||||
Command allows you run an arbitrary shell command. Be aware it spawn a new process to fetch the result, meaning
|
||||
|
|
|
@ -9,7 +9,7 @@ sidebar_label: Git (posh-git)
|
|||
Display the [posh-git][posh-git] prompt.
|
||||
|
||||
:::caution
|
||||
This segment only works within Powershell and requires the posh-git module to be installed and imported
|
||||
This segment only works within PowerShell and requires the posh-git module to be installed and imported
|
||||
as well as `$env:POSH_GIT_ENABLED = $true` added to your `$PROFILE`.
|
||||
:::
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Shell
|
|||
|
||||
## What
|
||||
|
||||
Show the current shell name (ZSH, powershell, bash, ...).
|
||||
Show the current shell name (zsh, PowerShell, bash, ...).
|
||||
|
||||
## Sample Configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue