X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=4f52a35f6ee4e5128862904a52831929c4ee34c1;hp=2438c1b522d43a065f065b9924741ee53e9ff9a8;hb=784e4e62de3caa4f720e7281d1725838123ba626;hpb=f2994d1f1716ac9bc444769b5d92d02305186f7a diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 2438c1b..4f52a35 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -272,7 +272,8 @@ #f4# Search English Wikipedia wikien() { ${=BROWSER} http://en.wikipedia.org/wiki/"${(C)*}" } #f4# Search official debs - wodeb () { ${=BROWSER} "http://packages.debian.org/cgi-bin/search_contents.pl?word=$1&version=${2:-unstable}" } + wodeb () { ${=BROWSER} "http://packages.debian.org/search?keywords=$1&searchon=contents&suite=${2:=unstable}§ion=all" } + #m# f4 gex() Exact search via Google which google &>/dev/null && gex () { google "\"[ $1]\" $*" } # exact search at google