dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit fc7acb4ac8f794bfa26582db3c5579792de65385
parent 937b95518770a677b2299873ddf2ac5145c3e9ce
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  5 Feb 2020 17:02:02 +0100

urlview only works with surf-open.sh

Diffstat:
M.urlview | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.urlview b/.urlview @@ -1,2 +1,2 @@ REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ <>"\t]*|(www|ftp)[0-9]?\.[-a-z0-9.]+)[^ .,;\t\n\r<">\):]?[^, <>"\t]*[^ .,;\t\n\r<">\):] -COMMAND plumb %s +COMMAND surf-open.sh %s