devcontainer: add grep and direnv

This commit is contained in:
zimbatm 2019-12-20 22:07:10 +01:00
parent ddd995d1fd
commit 3f1e51533a
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 13 additions and 10 deletions

View file

@ -3,4 +3,6 @@ if [[ $- == *i* ]]; then
PS1='\[\033[0;32;40m\][nix]$\[\033[0m\] '
# setup direnv
eval "$(direnv hook bash)"
fi