This commit is contained in:
Robert Altner 2024-04-24 08:46:29 +02:00
parent 68685fe11e
commit d71cb68bd9
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8

View file

@ -53,7 +53,7 @@ function! startify#fortune#cowsay(...) abort
let quote = startify#fortune#quote()
endif
let boxed_quote = startify#fortune#boxed(quote)
return boxed_quote + s:amogus
return boxed_quote + s:crab
endfunction
" Function: #predefined_quotes {{{1
@ -71,6 +71,19 @@ let s:cow = [
\ ' || ||',
\ ]
let s:crab = [
\ ' o',
\ ' o',
\ ' /\ o',
\ ' ( / @ @ ()',
\ ' \\ __| |__ /',
\ ' \/ " \/',
\ ' /-| |-\',
\ ' / /-\ /-\ \',
\ ' / /-`---´-\ \',
\ ' / \'
\ ]
let s:amogus = [
\ ' o',
\ ' o ___________',