dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit ad0aa5113f7fe48b0fadf1e31a0ce40c95fc94dd
parent fe3bc999a024af865ad0f57fc7674db09c4120ce
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 27 Dec 2020 11:51:25 +0100

search: use gopher proxy for youtube searches

Diffstat:
M.local/bin/search | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.local/bin/search b/.local/bin/search @@ -82,8 +82,8 @@ elif regeximatch "$c" '!yt'; then #else #plumb "https://codemadness.org/idiotbox/?q=${q}&o=relevance&m=Dark" #fi - #plumb "gopher://git.codemadness.org/7/youtube.cgi ${q}" - plumb "https://codemadness.org/idiotbox/?q=${q}&o=relevance&m=Dark" + plumb "gopher://git.codemadness.org/7/youtube.cgi ${q}" + #plumb "https://codemadness.org/idiotbox/?q=${q}&o=relevance&m=Dark" elif regexmatch "$c" ' '; then regexmatch "$c" '!i' && export SURFFLAGS="-S -I"