1
0
Fork 0

fish: some flair

This commit is contained in:
Von Random 2023-08-31 21:41:49 +03:00
parent 538490bf8b
commit ddada66167
4 changed files with 19 additions and 15 deletions

View file

@ -0,0 +1,7 @@
function prompt.bang
if ! string match -eq linux $TERM
prompt.add \n$fishes[(random 1 3)]\
else
prompt.add \n\#\ brred
end
end