aboutsummaryrefslogtreecommitdiff
path: root/core/bash
diff options
context:
space:
mode:
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