From: Michael Prokop Date: Fri, 5 Oct 2007 16:57:54 +0000 (+0200) Subject: wodeb(): update URL X-Git-Tag: 0.3.31 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=784e4e62de3caa4f720e7281d1725838123ba626;p=grml-etc-core.git wodeb(): update URL --- 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