guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: home: services: fish: Fix incorrect ".config" file name.


From: guix-commits
Subject: 04/06: home: services: fish: Fix incorrect ".config" file name.
Date: Thu, 28 Apr 2022 18:43:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f2eb0d39226103e78c8178170f6babc0ec6621b9
Author: Maya <maya.omase@protonmail.com>
AuthorDate: Sun Apr 17 19:05:48 2022 +0000

    home: services: fish: Fix incorrect ".config" file name.
    
    This is a followup to 5832d9fb601c7d4ec5380654db2b62b906bc658f.
    
    * gnu/home/services/shells.scm (fish-files-service): Change "config/"
    to ".config/".
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 "\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]