From 70b5c822bb2dfc3b82e8fa7a97fab0bff0c4960b Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 11 Apr 2021 10:25:37 +1000 Subject: [PATCH] update config.md to explain situation with config paths --- docs/Config.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Config.md b/docs/Config.md index 74eb86e7b..45bee2a0d 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -2,6 +2,12 @@ Default path for the config file: +* Linux: `~/.config/lazygit/config.yml` +* MacOS: `~/Library/Application Support/lazygit/config.yml` +* Windows: `%APPDATA%\lazygit\config.yml` + +For old installations (slightly embarrassing: I didn't realise at the time that you didn't need to supply a vendor name to the path so I just used my name): + * Linux: `~/.config/jesseduffield/lazygit/config.yml` * MacOS: `~/Library/Application Support/jesseduffield/lazygit/config.yml` * Windows: `%APPDATA%\jesseduffield\lazygit\config.yml`