Differentiate machines via env variables

This commit is contained in:
2019-04-16 20:23:23 +02:00
parent 75143ed841
commit 60b2a0952c
4 changed files with 23 additions and 3 deletions

View File

@@ -53,3 +53,7 @@ if [[ -z $DISPLAY ]] ; then
tmux new-session -A -s tmux-tty-$XDG_VTNR
fi
fi
{% for k, v in machine.environment.items() %}
{{ k }}="{{ v }}"
{% endfor %}