summaryrefslogtreecommitdiffstats
path: root/.config/bash
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-10 13:23:40 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-10 13:23:40 +0200
commit972b2efc034779bc5e1370b2eff08d72e51b3ea3 (patch)
tree64a4e9f7f5abcd1ecc1edc9f6ea6503f77bbfd78 /.config/bash
parentd179792a24e1d31a96b70faaed4de4ce365afe58 (diff)
downloaddotfiles-972b2efc034779bc5e1370b2eff08d72e51b3ea3.tar.gz
dotfiles-972b2efc034779bc5e1370b2eff08d72e51b3ea3.zip
docs: remove comment
Diffstat (limited to '.config/bash')
-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"
}