feat(zsh): enable direnv hook

main
mandlm 2022-06-21 14:34:09 +02:00
parent 42a28b9fe3
commit 9985fb2418
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

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