From 784e4e62de3caa4f720e7281d1725838123ba626 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 5 Oct 2007 18:57:54 +0200 Subject: [PATCH] wodeb(): update URL --- debian/changelog | 4 ++-- etc/skel/.zshrc | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3cb9996..4273c1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,8 @@ grml-etc-core (0.3.31) unstable; urgency=low [ Michael Prokop ] * /etc/skel/.zshrc: - - use same pattern in function wikien as in wikide. - (Thanks, wuehlmaus) + - use same pattern in function wikien as in wikide. (thanks wuehlmaus) + - wodeb(): update URL (thanks for the pointer, wuehlmaus) - getskype(): make it compatible with final skype 1.4 version * Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script * Added /etc/grml/screenrc_generic which should work on any OS without 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 -- 2.1.4