home-services: shells: Improve desserialization of fish-abbreviations by adding a linebreak between them

pull/1/head
anemofilia 2023-10-30 02:02:22 -03:00 committed by Luis Guilherme Coelho
parent 0b281cf3d8
commit f994ee8784
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
(match-record abbr <abbreviation>
(name pattern position marker expansion)
#~((@@ (ice-9 format) format) #f
"abbr --add '~a' \\~%~
"~%abbr --add '~a' \\~%~
~@[ --position ~a \\~%~]~
~@[ --regex \"~a\" \\~%~]~
~@[ --set-cursor=~a \\~%~]~