mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
docs(faq): correct a heading level
This commit is contained in:
parent
a64bc19698
commit
94d6e75ffa
|
@ -179,7 +179,9 @@ Refer [this page on ArchWiki][arch-terminfo].
|
||||||
If you are on Windows, use Windows Terminal. It closely copies the `xterm-256color` capabilities.
|
If you are on Windows, use Windows Terminal. It closely copies the `xterm-256color` capabilities.
|
||||||
See the [PowerShell docs on terminal support][ps-ansi-docs] and [this GitHub comment][xterm-gh-comment].
|
See the [PowerShell docs on terminal support][ps-ansi-docs] and [this GitHub comment][xterm-gh-comment].
|
||||||
|
|
||||||
## The term xx/oh-my-posh.exe is not recognized as a name of a cmdlet
|
### The term '.../oh-my-posh.exe' is not recognized as a name of a cmdlet...
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
&: The term 'C:/Users/TommiGr├╢nlund/.oh-my-posh/oh-my-posh.exe' is not recognized as a name of a cmdlet, function, script file, or executable program.
|
&: The term 'C:/Users/TommiGr├╢nlund/.oh-my-posh/oh-my-posh.exe' is not recognized as a name of a cmdlet, function, script file, or executable program.
|
||||||
|
|
|
@ -11,7 +11,7 @@ This installs two things:
|
||||||
- `oh-my-posh` - Executable, added to `$(brew --prefix)/bin`
|
- `oh-my-posh` - Executable, added to `$(brew --prefix)/bin`
|
||||||
- `themes` - The latest Oh My Posh [themes][themes]
|
- `themes` - The latest Oh My Posh [themes][themes]
|
||||||
|
|
||||||
If you want to use a standard theme, you can find them in `$(brew --prefix oh-my-posh)/themes`, referencing them as such
|
If you want to use a predefined theme, you can find them in `$(brew --prefix oh-my-posh)/themes`, referencing them as such
|
||||||
will always keep them compatible when updating Oh My Posh.
|
will always keep them compatible when updating Oh My Posh.
|
||||||
|
|
||||||
## Update
|
## Update
|
||||||
|
|
Loading…
Reference in a new issue