From b13602649123834b05b1b7fc0ced8dec76dca58b Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 8 Sep 2022 17:27:03 +0200 Subject: [PATCH] [zshrc] Add direnv hook --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index db17e46..d6ee826 100644 --- a/.zshrc +++ b/.zshrc @@ -119,6 +119,10 @@ if [ -z $SSH_AUTH_SOCK ] && [ -S "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]; then export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" fi +## direnv + +eval "$(direnv hook zsh)" + # Autocompletion autoload -U compinit && compinit