dotfiles

My configuration files.
Log | Files | Refs | README

commit 7df16398cd630881a0ea0ae3c02b6eec27ffac04
parent 80561f88e4bf1268074d0ab37ff0d0dcb609dd40
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Sat, 26 Feb 2022 19:06:25 +0100

Use xdg-open

Diffstat:
Mbin/.local/bin/news | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/.local/bin/news b/bin/.local/bin/news @@ -5,4 +5,4 @@ || menu="fzf" curl -s https://news.svenmoeller.xyz/index.txt | $menu\ - | grep -Eo 'https?://\S+' | xargs -r lh open + | grep -Eo 'https?://\S+' | xargs -r xdg-open