mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-05 08:17:25 -08:00
29 lines
548 B
Plaintext
29 lines
548 B
Plaintext
---
|
|
id: poshgit
|
|
title: Posh-Git
|
|
sidebar_label: Git (posh-git)
|
|
---
|
|
|
|
## What
|
|
|
|
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.
|
|
To enable the `posh-git` module, set `$env:POSH_GIT_ENABLED = $true` in your `$PROFILE`.
|
|
:::
|
|
|
|
## Sample Configuration
|
|
|
|
```json
|
|
{
|
|
"type": "poshgit",
|
|
"style": "powerline",
|
|
"powerline_symbol": "\uE0B0",
|
|
"foreground": "#ffffff",
|
|
"background": "#0077c2"
|
|
}
|
|
```
|
|
|
|
[posh-git]: https://github.com/dahlbyk/posh-git
|