This commit is contained in:
2026-07-30 02:33:58 -04:00
parent 50292ce8a0
commit 09ef32e9a0
+1 -1
View File
@@ -195,7 +195,7 @@ if ( $?CSHENV_ENABLE_PROMPT_WIFI && $CSHENV_SYSTEM == "Linux" && -f /proc/net/wi
if( $#wifi_check > 27 ) then if( $#wifi_check > 27 ) then
set wifi_level=${wifi_check[31]:s/.//} 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} >= -80 ) shift wifi_levels_tmp
if( ${wifi_level} >= -75 ) shift wifi_levels_tmp if( ${wifi_level} >= -75 ) shift wifi_levels_tmp
if( ${wifi_level} >= -50 ) shift wifi_levels_tmp if( ${wifi_level} >= -50 ) shift wifi_levels_tmp