From 265ed785dbff4be41ff9a70bd56761df413a1dc1 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Tue, 23 Jun 2026 21:13:03 -0400 Subject: [PATCH] Fix shell level hiding --- tcshrc.prompt.final | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcshrc.prompt.final b/tcshrc.prompt.final index 8fb6315..2bb063d 100644 --- a/tcshrc.prompt.final +++ b/tcshrc.prompt.final @@ -345,7 +345,7 @@ if( ! $?CSHENV_DISABLE_PROMPT_NESTING ) then set depth_prompt_spacing=" " endif set depth_prompt_view="${depth_color_seq}${depth_prompt_spacing}${depth_prompt}" - if( $?CSHENV_SHOW_SHELL_LEVEL_AT_ONE ) then + if( ! $?CSHENV_SHOW_SHELL_LEVEL_AT_ONE ) then if( ${shlvl} == 1 ) then set depth_prompt_view="" endif