core: fix direnv hook

This commit is contained in:
Timothy DeHerrera 2020-12-19 18:35:16 -07:00
parent 1e0ad4d259
commit d3f0ad14d3
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -132,7 +132,7 @@ in
promptInit = ''
eval "$(${pkgs.starship}/bin/starship init bash)"
'';
shellInit = ''
interactiveShellInit = ''
eval "$(${pkgs.direnv}/bin/direnv hook bash)"
'';
};