diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-03 16:43:41 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-02-03 16:43:41 -0800 |
| commit | d3ac3dc327c757140f7a86771527044218c25906 (patch) | |
| tree | 01c84a994c74762ad86497fb5e49b08cce2c72d7 /core/bash | |
| parent | cae963942394705bb06126d8c520177ce31d9009 (diff) | |
core: fix bash prompt
Diffstat (limited to 'core/bash')
| -rw-r--r-- | core/bash/prompt.sh | 1 |
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 |