home: zsh: modify 'initExtra' inclusion style

This commit is contained in:
Bruno BELANYI 2023-02-08 14:43:39 +00:00
parent 938fb71f9c
commit 3a0fa3398d

View file

@ -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