devcontainer: add grep and direnv

This commit is contained in:
zimbatm
2019-12-20 22:07:10 +01:00
parent ddd995d1fd
commit 3f1e51533a
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