diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index 9ea7578..4aa81c4 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -58,3 +58,7 @@ if [[ -z $DISPLAY ]] ; then tmux new-session -A -s tmux-tty-$XDG_VTNR fi fi + +{% for k, v in machine.environment.items() %} +export {{ k }}="{{ v }}" +{% endfor %}