feat(zsh): enable direnv hook

This commit is contained in:
mandlm 2022-06-21 14:34:09 +02:00
parent 42a28b9fe3
commit 9985fb2418
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7

View File

@ -113,7 +113,7 @@
oh-my-zsh = {
enable = true;
plugins = [ "git" "sudo" "tmux" "vi-mode" ];
plugins = [ "git" "direnv" "tmux" "vi-mode" ];
theme = "intheloop";
};