zsh: make sure to eval direnv hook

This commit is contained in:
surtur 2022-08-31 14:31:18 +02:00
parent de837190bf
commit 335cc4cb73
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

1
.zshrc
View File

@ -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)"