From 72ae529b13d5ff5b0ec2d5d53b9385bde853422d Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 2 Aug 2024 12:50:48 -0400 Subject: [PATCH] thelio76: add direnv hook to shell --- config/apps/bash.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/apps/bash.nix b/config/apps/bash.nix index b0980f0..606fa7d 100644 --- a/config/apps/bash.nix +++ b/config/apps/bash.nix @@ -10,6 +10,8 @@ nix-shell -p "$pkg" --run "$pkg $@" set +u } + + eval "$(direnv hook bash)" ''; shellAliases = { "git-override" = "git add . && git commit --amend --no-edit && git push --force-with-lease";