home: zsh: modify 'initExtra' inclusion style
This commit is contained in:
parent
938fb71f9c
commit
3a0fa3398d
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue