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