mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs(faq): fix grammar and typos
This commit is contained in:
parent
3d0c85b211
commit
d6ee191140
|
@ -20,7 +20,7 @@ oh-my-posh init pwsh --config ~/custom.omp.json | Invoke-Expression
|
|||
```
|
||||
|
||||
:::warning
|
||||
Forcing the entire session to UTF8 can have unwanted side-effects for other executables. We can't be held liable for that,
|
||||
Forcing the entire session to UTF8 can have unwanted side effects for other executables. We can't be held liable for that,
|
||||
consider this a temporary workaround until the original PowerShell [issue][pwsh-20733] is resolved.
|
||||
:::
|
||||
|
||||
|
@ -262,7 +262,7 @@ $OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Obj
|
|||
### Zsh: No command history (Ctrl+R does not work)
|
||||
|
||||
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 can fix this by adding the right configuration to `~/.zshrc`.
|
||||
|
||||
```bash
|
||||
HISTFILE=~/.zsh_history
|
||||
|
|
Loading…
Reference in a new issue