[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 "\
- branch master updated (882cacc1bb -> 313ae43f51), guix-commits, 2022/04/28
- 02/06: gnu: flatpak: Do not leak GDK_PIXBUF_MODULE_FILE into the sandbox., guix-commits, 2022/04/28
- 04/06: home: services: fish: Fix incorrect ".config" file name.,
guix-commits <=
- 06/06: gnu: Add Avizo., guix-commits, 2022/04/28
- 01/06: gnu: flatpak: Use G-expressions., guix-commits, 2022/04/28
- 03/06: gnu: rust-pyo3: Allow compilation with Criterion 0.3.5., guix-commits, 2022/04/28
- 05/06: gnu: openssh: Trust Guix store directory, guix-commits, 2022/04/28