Fix shell level hiding
This commit is contained in:
+1
-1
@@ -345,7 +345,7 @@ if( ! $?CSHENV_DISABLE_PROMPT_NESTING ) then
|
|||||||
set depth_prompt_spacing=" "
|
set depth_prompt_spacing=" "
|
||||||
endif
|
endif
|
||||||
set depth_prompt_view="${depth_color_seq}${depth_prompt_spacing}${depth_prompt}"
|
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
|
if( ${shlvl} == 1 ) then
|
||||||
set depth_prompt_view=""
|
set depth_prompt_view=""
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user