devcontainer: init

This commit is contained in:
zimbatm
2019-12-15 15:54:10 +01:00
parent f90912f967
commit 751d7a6714
12 changed files with 322 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
# interactive session
if [[ $- == *i* ]]; then
PS1='\[\033[0;32;40m\][nix]$\[\033[0m\] '
fi