all repos — nixfiles @ b72cbd67c049e7ce79f94f2313f7016d5d1ddde9

System and user configuration, managed by nix and home-manager

Zsh: add envoy support

Alan Pearce
commit

b72cbd67c049e7ce79f94f2313f7016d5d1ddde9

parent

5c1be534901ea23dfd02ab43f444818b276a1f75

1 file changed, 6 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshenvtag-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