summary refs log tree commit diff
path: root/modules/programs/bash/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/bash/profile.sh')
-rw-r--r--modules/programs/bash/profile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/bash/profile.sh b/modules/programs/bash/profile.sh
index d9c0929b918..675a003233d 100644
--- a/modules/programs/bash/profile.sh
+++ b/modules/programs/bash/profile.sh
@@ -52,7 +52,7 @@ for i in $NIX_PROFILES; do # !!! reverse
     export XDG_DATA_DIRS=$i/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS
 
     # mozilla plugins
-    export MOZ_PLUGIN_PATH=$i/lib/mozilla/plugins${PATH:+:}$PATH
+    export MOZ_PLUGIN_PATH=$i/lib/mozilla/plugins${MOZ_PLUGIN_PATH:+:}$MOZ_PLUGIN_PATH
 done
 
 # Search directory for Aspell dictionaries.