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";