commit eee6371444501c95a8cd67d817ce200c3b8d859e
parent 4a0dac0593bf5ccf80c72b109a6111ff95f4a38d
Author: Sven Möller <sven-moeller@outlook.de>
Date: Mon, 13 Dec 2021 22:05:34 +0100
Add variables
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/bash/.profile b/bash/.profile
@@ -4,6 +4,8 @@ export LEDGER_FILE="$HOME/documents/documents/ledger.txt"
export TERMINAL=alacritty
export EDITOR=nvim
+export IMAGE_VIEWER=imv
+export LINK_HANDLER=lh
if [ "$(uname -o)" = "Android" ]; then
export BROWSER=termux-open-url
diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config
@@ -3,6 +3,7 @@ bookmark-cmd "bm"
bookmark-autopilot yes
scrolloff 10
text-width 80
+browser $LINK_HANDLER
highlight article "^Title:.*$" blue default
highlight article "Title:" default default