From fa22c817ee5dcb90d803511f8e0f124f82d24690 Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Fri, 17 Oct 2025 11:54:32 +1000 Subject: [PATCH] Added macos lazygit config --- .config/lazygit/config.yml | 3 +++ Library/Application Support/lazygit/config.yml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Library/Application Support/lazygit/config.yml diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index e69de29..6e8781e 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -0,0 +1,3 @@ +--- +gui: + skipDiscardChangeWarning: true diff --git a/Library/Application Support/lazygit/config.yml b/Library/Application Support/lazygit/config.yml new file mode 100644 index 0000000..6e8781e --- /dev/null +++ b/Library/Application Support/lazygit/config.yml @@ -0,0 +1,3 @@ +--- +gui: + skipDiscardChangeWarning: true