lazygit skip discard warning

This commit is contained in:
2026-05-07 21:49:27 -04:00
parent fdf4e5e1b9
commit 23500b07fa

View File

@@ -4,6 +4,7 @@
package = pkgs.lazygitLatest; package = pkgs.lazygitLatest;
settings = { settings = {
gui.skipDiscardChangeWarning = true;
gui.theme = { gui.theme = {
activeBorderColor = ["#a6e3a1" "bold"]; activeBorderColor = ["#a6e3a1" "bold"];
inactiveBorderColor = ["#a6adc8"]; inactiveBorderColor = ["#a6adc8"];