Fortune: remove PL-specific quote

This commit is contained in:
Marco Hinz 2017-01-19 01:51:04 +01:00
parent 8e1b21fb04
commit 44be5fc486
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -58,7 +58,6 @@ let s:quotes = exists('g:startify_custom_header_quotes')
\ ['Computers are harder to maintain at high altitude. Thinner air means less cushion between disk heads and platters. Also more radiation.'],
\ ['Almost every programming language is overrated by its practitioners.', '', '- Larry Wall'],
\ ['Fancy algorithms are slow when n is small, and n is usually small.', '', '- Rob Pike'],
\ ['If C++ and Java are about type hierarchies and the taxonomy of types, Go is about composition.', '', '- Rob Pike'],
\ ['Methods are just functions with a special first argument.', '', '- Andrew Gerrand'],
\
\ ['Care about your craft.', '', 'Why spend your life developing software unless you care about doing it well?'],