docs(bash): clarify full path for git bash

This commit is contained in:
Jan De Dobbeleer 2023-02-04 11:30:02 +01:00 committed by Jan De Dobbeleer
parent 441d1ff0af
commit 38c6f52ab4

View file

@ -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)"
```