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