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