summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorTakao <k.takao@neogenia.co.jp>2022-09-15 00:15:50 +0900
committerTakao <k.takao@neogenia.co.jp>2022-09-15 00:15:50 +0900
commitfecf2ab810b1cb02f69b77adf0924fb29add6c5a (patch)
tree4c74e704f8f2961a89e2636ffcd02392dd673701 /docs/Config.md
parentde6d278e572f7f79a56323446306a2962487c024 (diff)
fix: how to change the config dir for MacOS
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md4
1 files changed, 4 insertions, 0 deletions
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