mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Merge pull request #2169 from 0123takaokeita/feature/mod_config_dir
This commit is contained in:
commit
c81333fefe
|
|
@ -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