mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fix: how to change the config dir for MacOS
This commit is contained in:
parent
de6d278e57
commit
fecf2ab810
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue