home-services: shells: Use singlequotes when serializing aliases and abbreviation regexes
parent
d27fce1e77
commit
3146caed5a
|
@ -35,7 +35,7 @@
|
|||
#~(string-append
|
||||
#$@(map (match-lambda
|
||||
((key . value)
|
||||
#~(string-append "alias " #$key " \"" #$value "\"\n"))
|
||||
#~(string-append "alias '" #$key "' \"" #$value "\"\n"))
|
||||
(_ ""))
|
||||
val)))
|
||||
|
||||
|
@ -69,7 +69,7 @@
|
|||
#~((@@ (ice-9 format) format) #f
|
||||
"~%abbr --add '~a' \\~%~
|
||||
~@[ --position ~a \\~%~]~
|
||||
~@[ --regex \"~a\" \\~%~]~
|
||||
~@[ --regex '~a' \\~%~]~
|
||||
~@[ --set-cursor=~a \\~%~]~
|
||||
~@[ ~a~]~%"
|
||||
'#$name
|
||||
|
|
Loading…
Reference in New Issue