Skip to content

Commit

Permalink
support os detect for almalinux
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyxi authored Oct 26, 2024
1 parent 44c521a commit b114ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/_tide_detect_os.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b114ceb

Please sign in to comment.