1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

fix: how to change the config dir for MacOS

This commit is contained in:
Takao 2022-09-15 00:15:50 +09:00
parent de6d278e57
commit fecf2ab810

View File

@ -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