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

7 lines
171 B
Fish

function fish_prompt.bang
if ! string match -eq linux $TERM
fish_prompt.add \n$bang_symbol\ brblack
else
fish_prompt.add \n\#\ brred
end
end