summaryrefslogtreecommitdiff
path: root/dotfiles/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.bashrc')
-rw-r--r--dotfiles/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
index a49f5c6..73e4ee3 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] \u@\h \w\$ "
+ export PS1="[dev $SHLVL] \u@\h \w\$ "
else
export PS1='\u@\h \w\$ '
fi