1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Allow having multiple config files

This commit is contained in:
mjarkk
2021-07-27 22:03:37 +02:00
committed by Jesse Duffield
parent db736896bc
commit 913a2fd065
7 changed files with 137 additions and 65 deletions

View File

@ -265,6 +265,11 @@ os:
`{{editor}}` in `editCommandTemplate` is replaced with the value of `editCommand`.
### Change config file used
- Use `--config-file=~/.base_lg_conf,~/.light_theme_lg_conf` or `$LG_CONFIG_FILE="~/.base_lg_conf,~/.light_theme_lg_conf"`
- Change the default config directory `$CONFIG_DIR="~/.config/lazygit"`
### Recommended Config Values
for users of VSCode