Fix shell level hiding

This commit is contained in:
2026-06-23 21:13:03 -04:00
parent 222bdc69bc
commit 265ed785db
+1 -1
View File
@@ -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