๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

normal, not default

Kacaii 14423473 1eeee6a2

+5 -5
+5 -5
fish/config.fish
··· 100 100 set -l icon "๓ฐŒฝ " 101 101 102 102 if test -e "./build.zig" 103 - set icon (set_color orange) "๎šฉ " (set_color default) 103 + set icon (set_color yellow) "๎šฉ " (set_color normal) 104 104 else if test -e "./gleam.toml" 105 - set icon (set_color magenta) "๏€… " (set_color default) 105 + set icon (set_color magenta) "๏€… " (set_color normal) 106 106 else if test -e "./deno.json" 107 - set icon (set_color green) "๎Ÿ€ " (set_color default) 107 + set icon (set_color green) "๎Ÿ€ " (set_color normal) 108 108 else if test -e "./package.json" 109 - set icon (set_color green) "๎ด " (set_color default) 109 + set icon (set_color green) "๎ด " (set_color normal) 110 110 else if test -e "./pyproject.toml" 111 - set icon (set_color yellow) "๎˜† " (set_color default) 111 + set icon (set_color yellow) "๎˜† " (set_color normal) 112 112 end 113 113 114 114 echo -ns $icon