From: Sergey Matveev Date: Tue, 19 Nov 2019 10:25:06 +0000 (+0300) Subject: Lynx has cool jumplist X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=6cadb27be8da210cb4532d9f414b7c6c4449cea8 Lynx has cool jumplist --- 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"