Auto load at work so scripts still work
This commit is contained in:
parent
22febffc01
commit
1e15836a0f
1 changed files with 5 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue