From b933e03c15a2503b8b1b04364dbb44436f9625e0 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Mon, 12 Dec 2016 17:48:00 +0100 Subject: [PATCH] lnl: unset etc variables in tmux environment --- modules/examples/lnl.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index ed93174..692cd84 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -169,6 +169,9 @@ mkdir -p $out/bin makeWrapper ${pkgs.tmux}/bin/tmux $out/bin/tmux \ + --set __ETC_ZPROFILE_SOURCED "" \ + --set __ETC_ZSHENV_SOURCED "" \ + --set __ETC_ZSHRC_SOURCED "" \ --add-flags -f --add-flags /run/current-system/etc/tmux.conf '';