zsh: Fix setting of machine specific env
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user