devcontainer: init
This commit is contained in:
parent
f90912f967
commit
751d7a6714
12 changed files with 322 additions and 16 deletions
6
images/devcontainer/root/etc/bashrc
Normal file
6
images/devcontainer/root/etc/bashrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
# interactive session
|
||||
if [[ $- == *i* ]]; then
|
||||
|
||||
PS1='\[\033[0;32;40m\][nix]$\[\033[0m\] '
|
||||
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue