Zsh: add envoy support
1 file changed, 6 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshenv → tag-zsh/config/zsh/zshenv
@@ -49,3 +49,9 @@ if [[ -s $commands[direnv] ]] then eval "$(direnv hook zsh)" fi + +if [[ $os == gnu && -s $commands[envoy] ]] +then + envoy -t gpg-agent + eval $(envoy -p) +fi