1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Test out direnv

This commit is contained in:
2023-01-30 13:41:47 +01:00
parent 3304a568bf
commit 59db612d3a

View File

@@ -300,3 +300,8 @@ fi
if [[ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh ]]; then if [[ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh ]]; then
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
fi fi
# Initialize direnv if available
if (($+commands[direnv])); then
eval "$(direnv hook zsh)"
fi