Auto load at work so scripts still work

This commit is contained in:
Jake Howard 2018-10-03 18:08:12 +01:00
parent 22febffc01
commit 1e15836a0f
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -33,3 +33,8 @@ alias src="source $HOME/.zshrc"
{% include "applications.sh" %}
{% include "catfish.sh" %}
{% include "javascript.sh" %}
{% if ansible_fqdn == "TOO-Work" %}
pyenv-init
nvm-init
{% endif %}