From 09ef32e9a0c70dc8d9cbc08713a7b394da9c17c6 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 30 Jul 2026 02:33:58 -0400 Subject: [PATCH] Fix nit. --- tcshrc.prompt.final | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcshrc.prompt.final b/tcshrc.prompt.final index 84531ef..be1e3e2 100644 --- a/tcshrc.prompt.final +++ b/tcshrc.prompt.final @@ -195,7 +195,7 @@ if ( $?CSHENV_ENABLE_PROMPT_WIFI && $CSHENV_SYSTEM == "Linux" && -f /proc/net/wi if( $#wifi_check > 27 ) then set wifi_level=${wifi_check[31]:s/.//} - if( ${wifi_level} >= -90 ) shift wifi_levels_tmp + if( ${wifi_level} >= -90 ) shift wifi_levels_tmp if( ${wifi_level} >= -80 ) shift wifi_levels_tmp if( ${wifi_level} >= -75 ) shift wifi_levels_tmp if( ${wifi_level} >= -50 ) shift wifi_levels_tmp