From 3a0fa3398deeedb3da7d7cd7343a220c512c5fca Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 8 Feb 2023 14:43:39 +0000 Subject: [PATCH] home: zsh: modify 'initExtra' inclusion style --- home/zsh/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 0b11f31..a134a05 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -53,11 +53,11 @@ in '' ; - initExtra = lib.concatMapStrings builtins.readFile [ - ./completion-styles.zsh - ./extra-mappings.zsh - ./options.zsh - ]; + initExtra = '' + source ${./completion-styles.zsh} + source ${./extra-mappings.zsh} + source ${./options.zsh} + ''; localVariables = { # I like having the full path