diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-10 13:23:40 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-10 13:23:40 +0200 |
| commit | 972b2efc034779bc5e1370b2eff08d72e51b3ea3 (patch) | |
| tree | 64a4e9f7f5abcd1ecc1edc9f6ea6503f77bbfd78 /.config | |
| parent | d179792a24e1d31a96b70faaed4de4ce365afe58 (diff) | |
| download | dotfiles-972b2efc034779bc5e1370b2eff08d72e51b3ea3.tar.gz dotfiles-972b2efc034779bc5e1370b2eff08d72e51b3ea3.zip | |
docs: remove comment
Diffstat (limited to '.config')
| -rw-r--r-- | .config/bash/prompt | 1 |
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" } |
