From 972b2efc034779bc5e1370b2eff08d72e51b3ea3 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 10 Jun 2026 13:23:40 +0200 Subject: docs: remove comment --- .config/bash/prompt | 1 - 1 file changed, 1 deletion(-) (limited to '.config') 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" } -- cgit v1.3.1