From b114cebb3b8b2c1fffe9923860c610b1c0c0d334 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sat, 26 Oct 2024 22:06:52 +0800 Subject: [PATCH] support os detect for almalinux --- functions/_tide_detect_os.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/_tide_detect_os.fish b/functions/_tide_detect_os.fish index bb58d07b..5a38364e 100644 --- a/functions/_tide_detect_os.fish +++ b/functions/_tide_detect_os.fish @@ -32,6 +32,8 @@ function _tide_detect_os_linux_cases -a file key # Anything which would have pure white background has been changed to D4D4D4 # It was just too bright otherwise switch (string lower $value) + case almalinux + printf %s\n  $defaultColor # logo is polychromatic case alpine printf %s\n  FFFFFF 0D597F # from alpine logo case arch