commit fd0cb2c7f2db0514af0ce60d26dd8a366ba91f7b
parent b9bfd8fb7b1bea30d2cbffc22d3058b8aeeb2dd5
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 1 Dec 2018 11:08:13 -0500
cleanup
Diffstat:
2 files changed, 0 insertions(+), 30 deletions(-)
diff --git a/.gitattributes b/.gitattributes
@@ -1 +0,0 @@
-*.pdf binary
diff --git a/.urlview b/.urlview
@@ -1,29 +0,0 @@
-###############################################################################
-# Urlview configuration file.
-# man urlview <Man page>
-#
-# Put this file in: $HOME/.urlview
-# Put url_handler.sh in: /usr/bin
-#
-# You can call 'urlview' while in 'mutt' by pressing the Ctrl b keys.
-# Put these macros in your $HOME/.muttrc file.
-#
-# macro index \cb |urlview\n
-# macro pager \cb |urlview\n
-#
-# You can call 'urlview' while in 'tin' by pressing | then a for article,
-# put urlview as the pipe command.
-#
-# Regular expression to use to match URLs.
-
-#REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
-REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
-
-# Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh
-# shell script. Alternatively, you can leave COMMAND unset and set the BROWSER
-# environment variable instead.
-
-#COMMAND lynx %s
-#COMMAND netscape -remote 'openURL(%s)'
-COMMAND linkhandler
-