docs: correct fish reload command

This commit is contained in:
Jan De Dobbeleer 2022-03-23 19:46:55 +01:00 committed by Jan De Dobbeleer
parent 143074e0a7
commit 217bd243d5

View file

@ -128,7 +128,7 @@ oh-my-posh prompt init fish | source
Once added, reload your config for the changes to take effect.
```bash
. ~/.config/fish/config.fish
exec fish
```
</TabItem>