From 9985fb24183fa64a8f929875730a39d6daf7f5c7 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 21 Jun 2022 14:34:09 +0200 Subject: [PATCH] feat(zsh): enable direnv hook --- home-mandlm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-mandlm.nix b/home-mandlm.nix index c9a08a6..55dcc0b 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -113,7 +113,7 @@ oh-my-zsh = { enable = true; - plugins = [ "git" "sudo" "tmux" "vi-mode" ]; + plugins = [ "git" "direnv" "tmux" "vi-mode" ]; theme = "intheloop"; };