Skip to content

Commit 53e24e6

Browse files
Add Solus logo detection in tide_detect_os.fish
1 parent fcda500 commit 53e24e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

functions/_tide_detect_os.fish

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ function _tide_detect_os_linux_cases -a file key
6666
printf %s\n$defaultColor # Can't find colors, and they are rebranding anyway
6767
case slackware
6868
printf %s\n$defaultColor # Doesn't really have a logo, and the colors are too close to PWD blue anyway
69+
case solus
70+
printf %s\n  5294E2 D4D4D4 # https://getsol.us/
6971
case ubuntu
7072
printf %s\n  E95420 D4D4D4 # https://design.ubuntu.com/brand/
7173
case void

0 commit comments

Comments
 (0)