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
1 changed files with 1 additions and 1 deletions

View File

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