mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
fix(vim): colorscheme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ writeShellScriptBin, curl, xsv, gnused }:
|
||||
writeShellScriptBin "literature-quote" ''
|
||||
ROW=$(${curl}/bin/curl -Ls http://kmein.github.io/quotes/quotes.csv | shuf -n1)
|
||||
ROW=$(${curl}/bin/curl -Ls http://kmein.github.io/logotheca/quotes.csv | shuf -n1)
|
||||
|
||||
(
|
||||
printf '%s\n\n— %s: _%s_, %s\n' \
|
||||
|
||||
Reference in New Issue
Block a user