From 335cc4cb7374daa2c3936e5093ddc72e0c1045ea Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 31 Aug 2022 14:31:18 +0200 Subject: [PATCH] zsh: make sure to eval direnv hook --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 227d1ae..c8e3d46 100644 --- a/.zshrc +++ b/.zshrc @@ -162,3 +162,4 @@ if [ -f "$HMVARSFILE" ]; then . "$HMVARSFILE"; fi if [ -e ~/.nix-profile/etc/profile.d/nix.sh ]; then . ~/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer...and kept by me + eval "$(direnv hook zsh)"