Alwyn Kik
Alwyn Kik
Sorry, cc @Shaked (2 years later 😅)
@sabre1041 if I recall correctly, my edit at the top solved the problem I have, even though that was (is?) not documented at the time.
Perhaps instead we can create a symbolic link to ZDOTDIR? Honestly that sounds pretty logical. I'll see if I can update and test.
After some more thinking and tinkering, using a symbolic link may not be the greatest idea after all. This script would then also overwrite the existing `.zshrc`. We could consider...
Can this be looked at? Still experiencing this in 4.13. Seems like a simple fix for an issue that is over a year old. EDIT: actually, I think our issue...
This seems to work out of the box for me. I have `ANSIBLE_VAULT_PASSWORD_FILE=$mypath/vault_password.sh` in my environment, where the script is executable and just contains a shebang and `pass $pass_vault_entry`.
Sounds fairly sensible actually. I'll wait for feedback from a member and see what they think.
@balamurugana please review
I'd love to hear some feedback on the current state.
Fixed. Moved the `.open()` for `Path` to its own line so I can put the mypy comment on the same line while keeping it within 80 characters to keep autopep8...