add crab
This commit is contained in:
parent
68685fe11e
commit
d71cb68bd9
|
@ -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 ___________',
|
||||
|
|
Loading…
Reference in a new issue