thelio76: add direnv hook to shell
This commit is contained in:
parent
efd33a2dd4
commit
72ae529b13
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue