switched to elinks for browser functions
This commit is contained in:
parent
e7553325f9
commit
64c17fd95a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
function duckduck() { x-www-browser "https://duckduckgo.com/?q=`escape "$@"`"; }
|
||||
function duckduck() { elinks -dump "https://duckduckgo.com/?q=`escape "$@"`"; }
|
||||
function escape() { perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$@"; }
|
||||
function google() { x-www-browser "https://www.google.de/search?q=`escape "$@"`"; }
|
||||
function google() { elinks -dump "https://www.google.de/search?q=`escape "$@"`"; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue