diff --git a/tcshrc.prompt.final b/tcshrc.prompt.final index 0d6a204..8fb6315 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_HIDE_SHELL_LEVEL_AT_ONE ) then + if( $?CSHENV_SHOW_SHELL_LEVEL_AT_ONE ) then if( ${shlvl} == 1 ) then set depth_prompt_view="" endif