dotfiles/oni/home/config/zsh/guix-environment.zsh

3 lines
73 B
Bash

if [ -n "$GUIX_ENVIRONMENT" ]; then
export PROMPT="[dev] $PROMPT"
fi