From ad128888c912ecde57b3e3adcf4170f13dcc9d01 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 15 Nov 2022 01:13:10 +0100 Subject: lib/shell.fmt: reduce header spacing --- lib/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/shell.nix b/lib/shell.nix index e6ba22c..e984a05 100644 --- a/lib/shell.nix +++ b/lib/shell.nix @@ -12,7 +12,7 @@ let codeBlock = code: text: ''"\e[${code}m"${escapeShellArg text}"\e[0m"''; keyword = codeBlock "1;36"; section = codeBlock "4;35"; - printSectionTitle = title: ''echo -e "\n\n"${section title}"\n"''; + printSectionTitle = title: ''echo -e "\n"${section title}''; }; in rec { -- cgit v1.2.3