mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
docs(bash): clarify full path for git bash
This commit is contained in:
parent
441d1ff0af
commit
38c6f52ab4
|
@ -132,6 +132,10 @@ exec zsh
|
|||
</TabItem>
|
||||
<TabItem value="bash">
|
||||
|
||||
:::caution Git bash
|
||||
Use the full path to the config file, not the relative path or `~` as a shorthand for `$HOME`.
|
||||
:::
|
||||
|
||||
```bash
|
||||
eval "$(oh-my-posh init bash --config ~/jandedobbeleer.omp.json)"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue