From 4495d351ed4ad86b4392e7b43608b1130734ea89 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Tue, 4 Jan 2022 16:52:25 +0800 Subject: [PATCH] refactor: update the config file path The config file path had been updated in https://github.com/jesseduffield/lazygit/commit/03b9db5e0ad81fb38526dc7120358186c9e177f9 Signed-off-by: Avimitin --- lua/lazygit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazygit.lua b/lua/lazygit.lua index 5ce99bb..749b17c 100644 --- a/lua/lazygit.lua +++ b/lua/lazygit.lua @@ -201,7 +201,7 @@ local function lazygitconfig() if os == 'Darwin' then config_file = '~/Library/Application Support/jesseduffield/lazygit/config.yml' else - config_file = '~/.config/jesseduffield/lazygit/config.yml' + config_file = '~/.config/lazygit/config.yml' end if fn.empty(fn.glob(config_file)) == 1 then -- file does not exist