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

8 lines
157 B
Fish
Raw Normal View History

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