modue stuff
This commit is contained in:
parent
fe7d13fcb9
commit
5ad1c65310
1 changed files with 3 additions and 3 deletions
|
|
@ -103,19 +103,19 @@
|
||||||
|
|
||||||
programs.bash.initExtra = mkIf cfg.enableBashIntegration ''
|
programs.bash.initExtra = mkIf cfg.enableBashIntegration ''
|
||||||
${
|
${
|
||||||
lib.getExe self.packages."${system}".default
|
self.apps."${system}".default.program
|
||||||
} init bash --config-file "${configFile}" | source
|
} init bash --config-file "${configFile}" | source
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.zsh.initExtra = mkIf cfg.enableZshIntegration ''
|
programs.zsh.initExtra = mkIf cfg.enableZshIntegration ''
|
||||||
${
|
${
|
||||||
lib.getExe self.packages."${system}".default
|
self.apps."${system}".default.program
|
||||||
} init zsh --config-file "${configFile}" | source
|
} init zsh --config-file "${configFile}" | source
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration ''
|
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration ''
|
||||||
${
|
${
|
||||||
lib.getExe self.packages."${system}".default
|
self.apps."${system}".default.program
|
||||||
} init fish --config-file "${configFile}" | source
|
} init fish --config-file "${configFile}" | source
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue