docker-nixpkgs/images/devcontainer/root/etc/bashrc
zimbatm 91703f92f2
devcontainer: -direnv, +procps
it wasn't such a good idea to add direnv by default
2019-12-24 14:15:21 +01:00

6 lines
94 B
Bash

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