summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-02-18 15:54:55 +0100
committerGitHub <noreply@github.com>2024-02-18 15:54:55 +0100
commitb0f3bb7a9ab4390a507f0f0b5b46c1d9b9667272 (patch)
treee45575c5d823c95923ba6f0a05b633e2f5ac1fd0 /docs/Config.md
parent43020184373abb624971bb81aebd34ea214addee (diff)
parentc7c877637167e24f3425a2f7042295cf0082537e (diff)
Use $XDG_STATE_HOME for state.yml (#2936)
- **PR Description** fixes #2856, #2794, #818
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index b5c854d29..5b686fc19 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -4,7 +4,7 @@ Default path for the config file:
- Linux: `~/.config/lazygit/config.yml`
- MacOS: `~/Library/Application\ Support/lazygit/config.yml`
-- Windows: `%APPDATA%\lazygit\config.yml`
+- Windows: `%LOCALAPPDATA%\lazygit\config.yml` (default location, but it will also be found in `%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):