Skip to content

Commit

Permalink
Fortune: new quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinz committed May 5, 2018
1 parent 4f296fe commit 3969c6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autoload/startify/fortune.vim
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ let s:predefined_quotes = [
\ ['If debugging is the process of removing bugs, then programming must be the process of putting them in.', '', '- Edsger W. Dijkstra'],
\ ['640K ought to be enough for anybody.', '', '- Bill Gates, 1981'],
\ ['To understand recursion, one must first understand recursion.', '', '- Stephen Hawking'],
\ ['Developing tolerance for imperfection is the key factor in turning chronic starters into consistent finishers.', '', '- Jon Acuff'],
\ ['Every great developer you know got there by solving problems they were unqualified to solve until they actually did it.', '', '- Patrick McKenzie'],
\ ["The average user doesn't give a damn what happens, as long as (1) it works and (2) it's fast.", '', '- Daniel J. Bernstein'],
\ ['Walking on water and developing software from a specification are easy if both are frozen.', '', '- Edward V. Berard'],
\ ['Be curious. Read widely. Try new things. I think a lot of what people call intelligence boils down to curiosity.', '', '- Aaron Swartz'],
\ ['What one programmer can do in one month, two programmers can do in two months.', '', '- Frederick P. Brooks'],
\ ]

let s:quotes = exists('g:startify_custom_header_quotes')
Expand Down

0 comments on commit 3969c6b

Please sign in to comment.