summaryrefslogtreecommitdiff
path: root/modules/programs/bash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/bash.nix')
-rw-r--r--modules/programs/bash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/bash.nix b/modules/programs/bash.nix
index abd2875..da79742 100644
--- a/modules/programs/bash.nix
+++ b/modules/programs/bash.nix
@@ -63,7 +63,7 @@ in
if [ -n "$__ETC_BASHRC_SOURCED" -o -n "$NOSYSBASHRC" ]; then return; fi
__ETC_BASHRC_SOURCED=1
- export PATH=${config.environment.systemPath}''${PATH:+:$PATH}
+ export PATH=${config.environment.systemPath}
${config.system.build.setEnvironment}
${config.system.build.setAliases}