From 1e15836a0f7e7b335caddd220c66b7fbbbd37580 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 3 Oct 2018 18:08:12 +0100 Subject: [PATCH] Auto load at work so scripts still work --- files/zshrc/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/zshrc/.zshrc b/files/zshrc/.zshrc index 7d75765..b501199 100644 --- a/files/zshrc/.zshrc +++ b/files/zshrc/.zshrc @@ -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 %}