zsh: make sure to eval direnv hook
This commit is contained in:
parent
de837190bf
commit
335cc4cb73
1
.zshrc
1
.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)"
|
||||
|
Loading…
Reference in New Issue
Block a user