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

Configure Feed

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

reorder branches

Kacaii 73b30b88 122490c2

+2 -7
+2 -7
fish/config.fish
··· 99 99 100 100 if test -e "build.zig" 101 101 set icon (set_color yellow) "๎šฉ " (set_color normal) 102 + else if test -e "deno.json" 103 + set icon (set_color green) "๎Ÿ€ " (set_color normal) 102 104 else if test -e "gleam.toml" 103 105 set icon (set_color magenta) "๏€… " (set_color normal) 104 - else if test -e "deno.json" 105 - set icon (set_color green) "๎Ÿ€ " (set_color normal) 106 106 else if test -e "package.json" 107 107 set icon (set_color green) "๎ด " (set_color normal) 108 108 else if test -e "pyproject.toml" ··· 115 115 116 116 function fish_right_prompt 117 117 set -l vcs_color normal 118 - 119 - # Print nothing if neither git or jj are in the path 120 - if not command -q git || not command -q jj 121 - return 1 122 - end 123 118 124 119 if command -q jj && test -e ".jj" 125 120 set vcs_color blue