From 9fa81dc171db9e381f242fd686ab08cad389365c Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 30 Jul 2026 02:56:38 -0400 Subject: [PATCH] FreeBSD & Linux can sort-shuffle. --- tcshrc.system.FreeBSD | 2 ++ tcshrc.system.Linux | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tcshrc.system.FreeBSD b/tcshrc.system.FreeBSD index ff0dc7a..1b2c1b1 100644 --- a/tcshrc.system.FreeBSD +++ b/tcshrc.system.FreeBSD @@ -1,5 +1,7 @@ _debug "Sourcing tcshrc.system.FreeBSD..." +set cshenv_sort_can_shuffle + # Set the acknowledgement bit, essentially setenv CSHENV_SYSTEM_CONFIGURED FreeBSD diff --git a/tcshrc.system.Linux b/tcshrc.system.Linux index 9e45f9b..7e0770d 100644 --- a/tcshrc.system.Linux +++ b/tcshrc.system.Linux @@ -1,5 +1,7 @@ _debug "Sourcing tcshrc.system.Linux..." +set cshenv_sort_can_shuffle + unset cshenv_battery_device unset cshenv_show_battery_level