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 [ initExtra = ''
./completion-styles.zsh source ${./completion-styles.zsh}
./extra-mappings.zsh source ${./extra-mappings.zsh}
./options.zsh source ${./options.zsh}
]; '';
localVariables = { localVariables = {
# I like having the full path # I like having the full path