summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/bash.nix1
-rw-r--r--modules/programs/zsh.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/programs/bash.nix b/modules/programs/bash.nix
index 9d7930b..ae8e399 100644
--- a/modules/programs/bash.nix
+++ b/modules/programs/bash.nix
@@ -68,6 +68,7 @@ in
${config.system.build.setAliases}
${cfg.interactiveShellInit}
+ ${config.environment.extraInit}
# Read system-wide modifications.
if test -f /etc/bash.local; then
diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix
index 8c84557..8da81db 100644
--- a/modules/programs/zsh.nix
+++ b/modules/programs/zsh.nix
@@ -117,6 +117,7 @@ in
${config.system.build.setAliases}
${cfg.interactiveShellInit}
+ ${config.environment.extraInit}
# Read system-wide modifications.
if test -f /etc/zshrc.local; then