summaryrefslogtreecommitdiff
path: root/cli/.config/fish/functions/prompt.bang.fish
blob: d74dde54320a629b8067eee0f1772218e7833fd6 (plain)
1
2
3
4
5
6
7
function prompt.bang
    if ! string match -eq linux $TERM
        prompt.add \n$bang_symbol\  black
    else
        prompt.add \n\#\  brred
    end
end