From 6cadb27be8da210cb4532d9f414b7c6c4449cea8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 19 Nov 2019 13:25:06 +0300 Subject: [PATCH] Lynx has cool jumplist --- lynx/.lynx.cfg | 2 ++ lynx/.lynx_jumps.html | 12 ++++++++++++ zsh/.zshrc | 10 ---------- 3 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 lynx/.lynx_jumps.html diff --git a/lynx/.lynx.cfg b/lynx/.lynx.cfg index 4a6f80c..64c97d1 100644 --- a/lynx/.lynx.cfg +++ b/lynx/.lynx.cfg @@ -7,3 +7,5 @@ ALERTSECS:1 NO_REFERER_HEADER:TRUE NO_FROM_HEADER:TRUE MAKE_LINKS_FOR_ALL_IMAGES:TRUE +JUMPFILE:/home/stargrave/.lynx_jumps.html +COOKIE_REJECT_DOMAINS:wikipedia.org,en.wikipedia.org,ru.wikipedia.org diff --git a/lynx/.lynx_jumps.html b/lynx/.lynx_jumps.html new file mode 100644 index 0000000..46ee144 --- /dev/null +++ b/lynx/.lynx_jumps.html @@ -0,0 +1,12 @@ + + + + +
+
s
DuckDuckGo
+
we
Wikipedia EN
+
wr
Wikipedia RU
+
google
Google
+
+ + diff --git a/zsh/.zshrc b/zsh/.zshrc index e50ce26..1ed44c6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -88,16 +88,6 @@ ssht() { alias sshnm='ssh -S none' # }}} -# Lynx {{{ -lwe() { - lynx -cookies "https://en.wikipedia.org/wiki/$1" -} - -lwr() { - lynx -cookies "https://ru.wikipedia.org/wiki/$1" -} -# }}} - # Git {{{ alias Ga="git add" alias Gb="git branch" -- 2.44.0