summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <>2023-04-20 00:10:41 +0200
committerMike Vink <>2023-04-20 00:10:41 +0200
commit5b0c261e238a0a6bad1ce6feb2f1ad3537a97936 (patch)
treef9971593c61f976cb25238f424710b72c01f3f8c
parent78ece59a6edadf3b1b345fd0c7255a66eccb4343 (diff)
fixup
-rw-r--r--home/newsboat.nix3
-rwxr-xr-xshell-scripts/news2
2 files changed, 3 insertions, 2 deletions
diff --git a/home/newsboat.nix b/home/newsboat.nix
index 6c1b9ae..e5752d4 100644
--- a/home/newsboat.nix
+++ b/home/newsboat.nix
@@ -5,7 +5,8 @@
urls = [{url = "https://github.com/rancher/rancher/releases.atom";}];
extraConfig = ''
# general settings
- max-items 50
+ cleanup-on-quit no
+ max-items 100
# unbind keys
unbind-key ENTER
diff --git a/shell-scripts/news b/shell-scripts/news
index e01b720..a0ea004 100755
--- a/shell-scripts/news
+++ b/shell-scripts/news
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!@bash@/bin/bash
cat <(cat ~/.config/newsboat/urls) <(for url in $(env | grep NEWSBOAT_URL_); do
printf '%s' ${url#NEWSBOAT_URL_*=}
done) > ~/.newsboat-urls