From 8b918d356f7d6086163ee1c9d9a8dc0d8f6b463b Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sun, 29 Oct 2023 15:20:34 -0300 Subject: [PATCH] home-services: shells: Enclose fish-abbreviation name in single quotes when desserializing --- 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 0145796..564b20f 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 ~