summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-11 10:25:37 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-11 10:25:37 +1000
commit70b5c822bb2dfc3b82e8fa7a97fab0bff0c4960b (patch)
tree06c9cfc0f4fd810a4dd718e3215516d8a60e2bfe
parentf2df77a4f1ea30626a6029a87bf7f1f33252a15c (diff)
update config.md to explain situation with config pathsv0.27.4
-rw-r--r--docs/Config.md6
1 files changed, 6 insertions, 0 deletions
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`