X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=4f52a35f6ee4e5128862904a52831929c4ee34c1;hb=refs%2Ftags%2F0.3.34;hp=a88afaa1f0b48aae8e3324d08e830571d8d1abe4;hpb=12f0aa60f20df76f4a10a08b84590d1485c062b2;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index a88afaa..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 @@ -818,7 +819,7 @@ echo "Downloading debian package of skype." echo "Notice: If you want to use a more recent skype version run 'getskypebeta'." wget http://www.skype.com/go/getskype-linux-deb - $SUDO dpkg -i skype_debian-*.deb && echo "skype installed." + $SUDO dpkg -i skype*.deb && echo "skype installed." } #f5# Install beta-version of skype