fish: some flair
This commit is contained in:
parent
538490bf8b
commit
ddada66167
4 changed files with 19 additions and 15 deletions
7
cli/.config/fish/functions/prompt.bang.fish
Normal file
7
cli/.config/fish/functions/prompt.bang.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue