home-services: shells: Enclose fish-abbreviation name in single quotes when desserializing
parent
3040275015
commit
8b918d356f
|
@ -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 ~
|
||||
|
|
Loading…
Reference in New Issue