# Pormpt



# Adjust the prompt depending on whether we're in 'guix environment'.
# if [ -n "$GUIX_ENVIRONMENT" ]
# then
#     PS1='\u@\h \w [env]\$ '
# else
#     PS1='\u@\h \w\$ '
# fi