mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-07-06 17:31:00 -04:00
91703f92f2
it wasn't such a good idea to add direnv by default
7 lines
94 B
Bash
7 lines
94 B
Bash
# interactive session
|
|
if [[ $- == *i* ]]; then
|
|
|
|
PS1='\[\033[0;32;40m\][nix]$\[\033[0m\] '
|
|
|
|
fi
|