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

4 lines
73 B
Bash
Raw Normal View History

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