From f2eb0d39226103e78c8178170f6babc0ec6621b9 Mon Sep 17 00:00:00 2001 From: Maya Date: Sun, 17 Apr 2022 19:05:48 +0000 Subject: home: services: fish: Fix incorrect ".config" file name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to 5832d9fb601c7d4ec5380654db2b62b906bc658f. * gnu/home/services/shells.scm (fish-files-service): Change "config/" to ".config/". Signed-off-by: Ludovic Courtès --- gnu/home/services/shells.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm index d96c951cd8..fd0a8397f6 100644 --- a/gnu/home/services/shells.scm +++ b/gnu/home/services/shells.scm @@ -586,7 +586,7 @@ when typed in the shell, will automatically expand to the full text." serialize-fish-abbreviations)) (define (fish-files-service config) - `(("config/fish/config.fish" + `((".config/fish/config.fish" ,(mixed-text-file "fish-config.fish" #~(string-append "\ -- cgit v1.2.3