From 3969c6bcf3cb7e0320ead2254ed58a9fa791a58c Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sat, 5 May 2018 14:12:47 +0200 Subject: [PATCH] Fortune: new quotes --- autoload/startify/fortune.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/autoload/startify/fortune.vim b/autoload/startify/fortune.vim index f7fd0eb..487f701 100644 --- a/autoload/startify/fortune.vim +++ b/autoload/startify/fortune.vim @@ -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')