diff --git a/website/docs/installation/customize.mdx b/website/docs/installation/customize.mdx index 6dae2ef3..430f10af 100644 --- a/website/docs/installation/customize.mdx +++ b/website/docs/installation/customize.mdx @@ -188,10 +188,10 @@ to only require remote scripts to be signed using `Set-ExecutionPolicy RemoteSig Adjust the Oh My Posh init line in `~/.tcshrc` by adding the `--config` flag with the location of your configuration. ```bash -eval `oh-my-posh init tcsh --config ~/jandedobbeleer.omp.json` +eval "`oh-my-posh init tcsh --config ~/jandedobbeleer.omp.json`" ``` -Once added, reload your profile for the changes to take effect. +Note that the surrounding quotes are required. Once added, reload your profile for the changes to take effect. ```bash exec tcsh diff --git a/website/docs/installation/prompt.mdx b/website/docs/installation/prompt.mdx index 4c2e1e6e..869c3c30 100644 --- a/website/docs/installation/prompt.mdx +++ b/website/docs/installation/prompt.mdx @@ -183,10 +183,10 @@ Once added, reload your profile for the changes to take effect. Add the following at the end of `~/.tcshrc`: ```bash -eval `oh-my-posh init tcsh` +eval "`oh-my-posh init tcsh`" ``` -Once added, reload your profile for the changes to take effect. +Note that the surrounding quotes are required. Once added, reload your profile for the changes to take effect. ```bash exec tcsh