From c3b42bb00b3e119f511561329d91dd7f231d9a5c Mon Sep 17 00:00:00 2001 From: Bauke Date: Sun, 18 Dec 2022 14:09:21 +0100 Subject: [PATCH] Add direnv hook. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index d206fc5..aee4a7a 100644 --- a/.zshrc +++ b/.zshrc @@ -16,4 +16,5 @@ source "$HOME/.functions.zsh" source "$HOME/.zle.zsh" eval "$(register-python-argcomplete pipx)" +eval "$(direnv hook zsh)" eval "$(starship init zsh)"