mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Test out direnv
This commit is contained in:
@@ -300,3 +300,8 @@ fi
|
||||
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
|
||||
fi
|
||||
|
||||
# Initialize direnv if available
|
||||
if (($+commands[direnv])); then
|
||||
eval "$(direnv hook zsh)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user