From f994ee878415626a544fb461cbe3a29e2452bf87 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Mon, 30 Oct 2023 02:02:22 -0300 Subject: [PATCH] home-services: shells: Improve desserialization of fish-abbreviations by adding a linebreak between them --- modules/radix/home/services/shells.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/radix/home/services/shells.scm b/modules/radix/home/services/shells.scm index a611993..1522dd0 100644 --- a/modules/radix/home/services/shells.scm +++ b/modules/radix/home/services/shells.scm @@ -65,7 +65,7 @@ (match-record abbr (name pattern position marker expansion) #~((@@ (ice-9 format) format) #f - "abbr --add '~a' \\~%~ + "~%abbr --add '~a' \\~%~ ~@[ --position ~a \\~%~]~ ~@[ --regex \"~a\" \\~%~]~ ~@[ --set-cursor=~a \\~%~]~