lnl: unset etc variables in tmux environment

This commit is contained in:
Daiderd Jordan 2016-12-12 17:48:00 +01:00
parent ba0f7e7005
commit b933e03c15
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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
'';