mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 08:06:25 -04:00
Fix path for Linux config file
The listed config file directory for Linux is incorrect.
This commit is contained in:
parent
8d416634ba
commit
f2df77a4f1
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Default path for the config file:
|
||||
|
||||
* Linux: `~/.config/lazygit/config.yml`
|
||||
* Linux: `~/.config/jesseduffield/lazygit/config.yml`
|
||||
* MacOS: `~/Library/Application Support/jesseduffield/lazygit/config.yml`
|
||||
* Windows: `%APPDATA%\jesseduffield\lazygit\config.yml`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue