1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 02:37:09 +00:00

tmux: clear __NIX_DARWIN_SET_ENVIRONMENT_DONE

This is necessary to allow shell sessions inside tmux having a chance to
set environment properly
This commit is contained in:
zhujun 2019-11-01 13:37:18 +08:00
parent da52dc006c
commit 2ef552b4d0

View file

@ -18,6 +18,7 @@ let
--set __ETC_ZPROFILE_SOURCED "" \
--set __ETC_ZSHENV_SOURCED "" \
--set __ETC_ZSHRC_SOURCED "" \
--set __NIX_DARWIN_SET_ENVIRONMENT_DONE "" \
--add-flags -f --add-flags /etc/tmux.conf
'';