From 55ceb20f8f055c00a15d95973e7c4b6d8410bf59 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 7 Jun 2019 15:03:09 -0400 Subject: [PATCH] add lynx.fish --- fish/.config/fish/functions/lynx.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish/.config/fish/functions/lynx.fish diff --git a/fish/.config/fish/functions/lynx.fish b/fish/.config/fish/functions/lynx.fish new file mode 100644 index 0000000..aa69801 --- /dev/null +++ b/fish/.config/fish/functions/lynx.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.XPcPNS/lynx.fish @ line 2 +function lynx + command lynx -vikeys -display_charset=UTF-8 $argv +end