From 38c6f52ab40e1f8a6fde634decdcd60b58b02c9d Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 4 Feb 2023 11:30:02 +0100 Subject: [PATCH] docs(bash): clarify full path for git bash --- website/docs/installation/customize.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/installation/customize.mdx b/website/docs/installation/customize.mdx index cd4d24c1..9bfe212b 100644 --- a/website/docs/installation/customize.mdx +++ b/website/docs/installation/customize.mdx @@ -132,6 +132,10 @@ exec zsh +:::caution Git bash +Use the full path to the config file, not the relative path or `~` as a shorthand for `$HOME`. +::: + ```bash eval "$(oh-my-posh init bash --config ~/jandedobbeleer.omp.json)" ```