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

Configure Feed

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

change dir icon

Kacaii 260fc436 73b30b88

+3 -3
+3 -3
fish/config.fish
··· 95 95 end 96 96 97 97 function fish_prompt --description "Customize your prompt ๎ช…" 98 - set -l icon "๏’‰ " 98 + set -l icon "๏ " 99 + set -l working_directory (set_color green) (prompt_pwd) (set_color normal) 99 100 100 101 if test -e "build.zig" 101 102 set icon (set_color yellow) "๎šฉ " (set_color normal) ··· 109 110 set icon (set_color yellow) "๎˜† " (set_color normal) 110 111 end 111 112 112 - echo -ns $icon 113 - echo -ns (set_color green) (prompt_pwd) (set_color normal) " ๏ƒš " 113 + echo -ns $icon $working_directory " ๏„… " 114 114 end 115 115 116 116 function fish_right_prompt