4 lines
73 B
Bash
4 lines
73 B
Bash
|
if [ -n "$GUIX_ENVIRONMENT" ]; then
|
||
|
export PROMPT="[dev] $PROMPT"
|
||
|
fi
|