thelio76: add direnv hook to shell

This commit is contained in:
Alex 2024-08-02 12:50:48 -04:00
parent efd33a2dd4
commit 72ae529b13
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
nix-shell -p "$pkg" --run "$pkg $@" nix-shell -p "$pkg" --run "$pkg $@"
set +u set +u
} }
eval "$(direnv hook bash)"
''; '';
shellAliases = { shellAliases = {
"git-override" = "git add . && git commit --amend --no-edit && git push --force-with-lease"; "git-override" = "git add . && git commit --amend --no-edit && git push --force-with-lease";