From fecf2ab810b1cb02f69b77adf0924fb29add6c5a Mon Sep 17 00:00:00 2001 From: Takao Date: Thu, 15 Sep 2022 00:15:50 +0900 Subject: [PATCH] fix: how to change the config dir for MacOS --- docs/Config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Config.md b/docs/Config.md index 666e465ec..87ed70eed 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -12,6 +12,10 @@ For old installations (slightly embarrassing: I didn't realise at the time that - MacOS: `~/Library/Application Support/jesseduffield/lazygit/config.yml` - Windows: `%APPDATA%\jesseduffield\lazygit\config.yml` +If you want to change the config directory: + +- MacOS: `export XDG_CONFIG_HOME="$HOME/.config"` + ## Default ```yaml