summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/bash/prompt1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/bash/prompt b/.config/bash/prompt
index 82cdccf..ff57de6 100644
--- a/.config/bash/prompt
+++ b/.config/bash/prompt
@@ -14,7 +14,6 @@ declare -A colors=(
[reset]='\[\e[00m\]'
)
-# Shell nesting level — only shown when nested beyond the first sub-shell
function prompt_shlvl() {
((SHLVL > 1)) && printf '%s:%s ' $'' "$SHLVL"
}