1
0
Fork 0
vdotfiles/cli/.config/fish/functions/prompt.bang.fish

8 lines
171 B
Fish
Raw Normal View History

2023-08-31 21:41:49 +03:00
function prompt.bang
if ! string match -eq linux $TERM
2023-09-14 19:38:11 +03:00
prompt.add \n$fishes[(random 1 (count $fishes))]\
2023-08-31 21:41:49 +03:00
else
prompt.add \n\#\ brred
end
end