dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f1093326945a1a0ab832fc86486adbe9fa660252
parent a4a4500099e71b76a2e9fcc2b198605e1660c490
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  4 Oct 2020 11:04:55 +0200

linkhandler: specify config explicitly for w3m

Former-commit-id: 546d1926bf6bb7b59dd82283dd7fcc31c3b9a89d
Diffstat:
Mscripts/linkhandler | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/linkhandler b/scripts/linkhandler @@ -13,7 +13,7 @@ case "$1" in setsid -f mpva "$1" ;; http://*|https://*) - w3m "$1" + w3m -config ~/.config/w3m/config "$1" ;; *) if [ -f "$1" ]; then "$EDITOR" "$1"