mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -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
|
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].
|
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`.
|
You fix this by can adding the right configuration to `~/.zshrc`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -140,7 +140,7 @@ Once altered, reload your config for the changes to take effect.
|
||||||
<TabItem value="nu">
|
<TabItem value="nu">
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
Oh My Posh requires Nushell >= 0.60.0
|
Oh My Posh requires Nushell v0.60.0 or higher.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Run the following command:
|
Run the following command:
|
||||||
|
|
|
@ -157,7 +157,7 @@ exec fish
|
||||||
<TabItem value="nu">
|
<TabItem value="nu">
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
Oh My Posh requires Nushell >= 0.60.0
|
Oh My Posh requires Nushell v0.60.0 or higher.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Run the following command:
|
Run the following command:
|
||||||
|
|
|
@ -6,10 +6,10 @@ sidebar_label: Command
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
:::caution Powershell
|
:::caution powershell
|
||||||
While powerful, it tends to take a lot of time executing the command on **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
|
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
|
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.
|
Display the [posh-git][posh-git] prompt.
|
||||||
|
|
||||||
:::caution
|
:::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`.
|
as well as `$env:POSH_GIT_ENABLED = $true` added to your `$PROFILE`.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Shell
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
Show the current shell name (ZSH, powershell, bash, ...).
|
Show the current shell name (zsh, PowerShell, bash, ...).
|
||||||
|
|
||||||
## Sample Configuration
|
## Sample Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue