docs(faq): correct a heading level

This commit is contained in:
L. Yeung 2022-08-10 21:15:16 +08:00 committed by Jan De Dobbeleer
parent a64bc19698
commit 94d6e75ffa
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -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