From d886926c7f1a8a147b1cb90f3c5a81c26b6c6566 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 6 May 2025 12:37:41 +0200 Subject: [PATCH] Output deploy text to command log --- lazygit/.config/lazygit/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lazygit/.config/lazygit/config.yml b/lazygit/.config/lazygit/config.yml index cc5a273..0f3686d 100644 --- a/lazygit/.config/lazygit/config.yml +++ b/lazygit/.config/lazygit/config.yml @@ -2,6 +2,9 @@ customCommands: - key: '' context: 'global' command: "dep deploy" - showOutput: true + output: "logWithPty" loadingText: "Deploying" - outputTitle: "Deploy output" \ No newline at end of file + outputTitle: "Deploy output" + +gui: + nerdFontsVersion: "3"