diff --git a/docs/docs/install-customize-cmd.mdx b/docs/docs/install-customize-cmd.mdx index 97edb65aadfc..fa1b5c1dac44 100644 --- a/docs/docs/install-customize-cmd.mdx +++ b/docs/docs/install-customize-cmd.mdx @@ -49,7 +49,7 @@ When adjusted, reload your profile for the changes to take effect. export_poshconfig "~/.mytheme.omp.json" json ``` -Once you're done editing, adjust `~/.bashrc` to use your newly created theme. +Once you're done editing, adjust `~/.bashrc` (could be `~/.profile` or `~/.bash_profile` depending on your environment) to use your newly created theme. ```bash eval "$(oh-my-posh --init --shell bash --config '~/.mytheme.omp.json')" diff --git a/docs/docs/install-shells.mdx b/docs/docs/install-shells.mdx index 1c7064d2be1e..a354f91a0245 100644 --- a/docs/docs/install-shells.mdx +++ b/docs/docs/install-shells.mdx @@ -53,7 +53,7 @@ source ~/.zshrc -Add the following to `~/.bashrc` (or `~/.profile` on MacOS): +Add the following to `~/.bashrc` (could be `~/.profile` or `~/.bash_profile` depending on your environment): ```bash eval "$(oh-my-posh --init --shell bash --config ~/jandedobbeleer.omp.json)"