fix: enclose % in single quotes in v and m abbreviations in home-fish-service
parent
d837bcd1b8
commit
66c0dcc480
|
@ -294,11 +294,11 @@
|
|||
(name "m")
|
||||
(expansion
|
||||
(format #f "yt-dlp --prefer-free-formats ~
|
||||
--extract-audio \"%\"")))
|
||||
--extract-audio '%'")))
|
||||
(abbreviation
|
||||
(name "v")
|
||||
(expansion
|
||||
"yt-dlp --prefer-free-formats \"%\""))
|
||||
"yt-dlp --prefer-free-formats '%'"))
|
||||
|
||||
#|Guix reconfiguration|#
|
||||
(abbreviation
|
||||
|
|
Loading…
Reference in New Issue