about summary refs log tree commit diff
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/.config/fish/functions/lynx.fish4
1 files changed, 4 insertions, 0 deletions
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