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()
|
let quote = startify#fortune#quote()
|
||||||
endif
|
endif
|
||||||
let boxed_quote = startify#fortune#boxed(quote)
|
let boxed_quote = startify#fortune#boxed(quote)
|
||||||
return boxed_quote + s:amogus
|
return boxed_quote + s:crab
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Function: #predefined_quotes {{{1
|
" Function: #predefined_quotes {{{1
|
||||||
|
@ -71,6 +71,19 @@ let s:cow = [
|
||||||
\ ' || ||',
|
\ ' || ||',
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
|
let s:crab = [
|
||||||
|
\ ' o',
|
||||||
|
\ ' o',
|
||||||
|
\ ' /\ o',
|
||||||
|
\ ' ( / @ @ ()',
|
||||||
|
\ ' \\ __| |__ /',
|
||||||
|
\ ' \/ " \/',
|
||||||
|
\ ' /-| |-\',
|
||||||
|
\ ' / /-\ /-\ \',
|
||||||
|
\ ' / /-`---´-\ \',
|
||||||
|
\ ' / \'
|
||||||
|
\ ]
|
||||||
|
|
||||||
let s:amogus = [
|
let s:amogus = [
|
||||||
\ ' o',
|
\ ' o',
|
||||||
\ ' o ___________',
|
\ ' o ___________',
|
||||||
|
|
Loading…
Reference in a new issue