From 34774a0c7cc4960946241b002e8ed2a18c21aa8f Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 11 Jun 2023 14:15:14 +0200 Subject: [PATCH] Attempt direnv reload when opening a new shell --- modules/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home.nix b/modules/home.nix index cc4216c..06dad61 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -114,6 +114,7 @@ if test "$TERM" != "dumb" track_directories end + direnv reload 2> /dev/null ''; };