diff options
-rw-r--r-- | dotfiles/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 73e4ee3..2412bed 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -36,7 +36,7 @@ shopt -s globstar # Add special decoration when we are in a Guix environment sub-shell. if [ -n "$GUIX_ENVIRONMENT" ] then - export PS1="[dev $SHLVL] \u@\h \w\$ " + export PS1="\u@\h \w [env]\$ " else export PS1='\u@\h \w\$ ' fi |