From d3ac3dc327c757140f7a86771527044218c25906 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 3 Feb 2025 16:43:41 -0800 Subject: core: fix bash prompt --- core/bash/prompt.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'core/bash/prompt.sh') 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 -- cgit v1.2.3