From 1a1030b0c284d3ab8a6258081b06259403f9e332 Mon Sep 17 00:00:00 2001 From: afranco Date: Sun, 20 Oct 2024 01:56:33 +0100 Subject: [PATCH] chore(lazygit): fix autfetch key name --- .config/lazygit/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 6d5d40e..61ac75e 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -3,4 +3,4 @@ git: colorArg: always pager: delta --dark --paging=never --syntax-theme base16-256 --diff-so-fancy useConfig: false - autofetch: false + autoFetch: false