fix: typo hhttps to https

small typo fix `hhttps` to `https`
This commit is contained in:
Dmitry Petukhov 2022-02-28 14:43:14 +01:00 committed by Jan De Dobbeleer
parent b0ff4b111f
commit cc20e4dd4c

View file

@ -116,7 +116,7 @@ It's advised to be on the latest version of fish. Versions below 3.1.2 have issu
Initialize Oh My Posh in `~/.config/fish/config.fish`:
```bash
oh-my-posh --init --shell fish --config hhttps://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v(oh-my-posh --version)/themes/jandedobbeleer.omp.json | source
oh-my-posh --init --shell fish --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v(oh-my-posh --version)/themes/jandedobbeleer.omp.json | source
```
Once added, reload your config for the changes to take effect.