X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=53e517730b6640eaad96abc7873c448039fd7339;hb=0daf2ad0a6faf4be6817bdc73934bbccd9ae8a22;hp=a1c1d319ba41a4513180b9f1fec72e6442073539;hpb=5c8582fa1ca7b07348b683ca65543f8df12bfcff;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index a1c1d31..53e5177 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Jul 02 18:17:08 CEST 2007 [mika] +# Latest change: Sam Jul 07 10:56:20 CEST 2007 [mika] ################################################################################ # This file is sourced only for interactive shells. It # should contain commands to set up aliases, functions, @@ -1256,11 +1256,13 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"." dchange() { if [ -r /usr/share/doc/${1}/changelog.Debian.gz ] ; then most /usr/share/doc/${1}/changelog.Debian.gz + elif [ -r /usr/share/doc/${1}/changelog.gz ] ; then + most /usr/share/doc/${1}/changelog.gz else if type -p aptitude &>/dev/null ; then echo "No changelog for package $1 found, using aptitude to retrieve it." if isgrml ; then - aptitude -t unstable changelog tsclient + aptitude -t unstable changelog ${1} else aptitude changelog ${1} fi