0 was a bad idea
This commit is contained in:
parent
683c766b22
commit
507b7143c4
2 changed files with 2 additions and 1 deletions
|
@ -264,7 +264,7 @@ let-env config = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
history: {
|
history: {
|
||||||
max_size: 0 # Session has to be reloaded for this to take effect
|
max_size: 1 # Session has to be reloaded for this to take effect
|
||||||
sync_on_enter: true # Enable to share history between multiple sessions, else you have to close the session to write history to file
|
sync_on_enter: true # Enable to share history between multiple sessions, else you have to close the session to write history to file
|
||||||
file_format: "plaintext" # "sqlite" or "plaintext"
|
file_format: "plaintext" # "sqlite" or "plaintext"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
lazygit
|
Reference in a new issue