diff --git a/docs/docs/install-shells.mdx b/docs/docs/install-shells.mdx index 42c610e1..015e6a04 100644 --- a/docs/docs/install-shells.mdx +++ b/docs/docs/install-shells.mdx @@ -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.