home: services: fish: Fix incorrect ".config" file name.
This is a followup to 5832d9fb60
.
* gnu/home/services/shells.scm (fish-files-service): Change "config/"
to ".config/".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
parent
09fcd191e1
commit
f2eb0d3922
|
@ -586,7 +586,7 @@ when typed in the shell, will automatically expand to the full text."
|
||||||
serialize-fish-abbreviations))
|
serialize-fish-abbreviations))
|
||||||
|
|
||||||
(define (fish-files-service config)
|
(define (fish-files-service config)
|
||||||
`(("config/fish/config.fish"
|
`((".config/fish/config.fish"
|
||||||
,(mixed-text-file
|
,(mixed-text-file
|
||||||
"fish-config.fish"
|
"fish-config.fish"
|
||||||
#~(string-append "\
|
#~(string-append "\
|
||||||
|
|
Reference in New Issue