From a549cc87c6ac22fa258c1dae458ee34c50608786 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 14 Sep 2021 18:39:27 +0200 Subject: [PATCH] docs: add bash profile context resolves #939 --- docs/docs/install-customize-cmd.mdx | 2 +- docs/docs/install-shells.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"