From b0fefb876f21b7ccb57b2df85bb5166b46483529 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Sat, 31 Dec 2011 04:14:31 +0000 Subject: [PATCH] unset MOZ_PLUGIN_PATH and TERMINFO_DIRS before setting them svn path=/nixos/trunk/; revision=31174 --- modules/programs/bash/profile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/bash/profile.sh b/modules/programs/bash/profile.sh index 675a003233dc..07be87ffd7de 100644 --- a/modules/programs/bash/profile.sh +++ b/modules/programs/bash/profile.sh @@ -22,6 +22,7 @@ NIX_PROFILES="/var/run/current-system/sw /nix/var/nix/profiles/default $HOME/.ni unset PATH INFOPATH PKG_CONFIG_PATH PERL5LIB ALSA_PLUGIN_DIRS GST_PLUGIN_PATH KDEDIRS unset QT_PLUGIN_PATH QTWEBKIT_PLUGIN_PATH STRIGI_PLUGIN_PATH XDG_CONFIG_DIRS XDG_DATA_DIRS +unset MOZ_PLUGIN_PATH TERMINFO_DIRS for i in $NIX_PROFILES; do # !!! reverse # We have to care not leaving an empty PATH element, because that means '.' to Linux