I want ${PWD} to be the path where the .autoenv.zsh is at in the tree.
If I cd deeper into the tree such as /home/user/src/ansible/myProject/roles/myrole/tasks
I still want ANSIBLE_CONFIG to be /home/user/src/ansible/myProject/ansible.cfg not:
/home/user/src/ansible/myProject/roles/myrole/tasks/ansible.cfg
Hello,
I have /home/user/src/ansible/myProject/.autoenv.zsh that looks like this:
I want ${PWD} to be the path where the .autoenv.zsh is at in the tree.
If I cd deeper into the tree such as /home/user/src/ansible/myProject/roles/myrole/tasks I still want ANSIBLE_CONFIG to be /home/user/src/ansible/myProject/ansible.cfg not: /home/user/src/ansible/myProject/roles/myrole/tasks/ansible.cfg
Thanks!