aboutsummaryrefslogtreecommitdiff
path: root/core/bash
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-03 16:43:41 -0800
committerCaroline Larimore <caroline@larimo.re>2025-02-03 16:43:41 -0800
commitd3ac3dc327c757140f7a86771527044218c25906 (patch)
tree01c84a994c74762ad86497fb5e49b08cce2c72d7 /core/bash
parentcae963942394705bb06126d8c520177ce31d9009 (diff)
core: fix bash prompt
Diffstat (limited to 'core/bash')
-rw-r--r--core/bash/prompt.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/bash/prompt.sh b/core/bash/prompt.sh
index 61f6049..ff3ebe0 100644
--- a/core/bash/prompt.sh
+++ b/core/bash/prompt.sh
@@ -48,7 +48,6 @@ function prompt.prepare {
local subshell=''
local base_shlvl=1
- if [[ "$TERM_PROGRAM" == 'vscode' ]]; then base_shlvl=2; fi
local shlvl=$((SHLVL-base_shlvl))
if [[ -n "$IN_NIX_SHELL" ]]; then