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

Configure Feed

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

add icon for dotfiles directory

Kacaii 87de65da ab892822

+3 -1
+3 -1
.config/fish/functions/fish_prompt.fish
··· 2 2 set -l icon "๏ " 3 3 set -l working_directory (set_color green) (prompt_pwd) (set_color normal) 4 4 5 - if test -e "build.zig" 5 + if test ( pwd ) = $HOME/dotfiles 6 + set icon (set_color red) "๓ฐฏ " (set_color normal) 7 + else if test -e "build.zig" 6 8 set icon (set_color yellow) "๎šฉ " (set_color normal) 7 9 else if test -e "deno.json" 8 10 set icon (set_color green) "๎Ÿ€ " (set_color normal)