fish: fix random fishez
This commit is contained in:
parent
4ffd2b4cb9
commit
4a16c26e93
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
function prompt.bang
|
||||
if ! string match -eq linux $TERM
|
||||
prompt.add \n$fishes[(random 1 3)]\
|
||||
prompt.add \n$fishes[(random 1 (count $fishes))]\
|
||||
else
|
||||
prompt.add \n\#\ brred
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue