X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=f383424b85b869460b4534dfc139146872883671;hb=4c89b303d62900127dd383375a5cf559b012bb3e;hp=7c3f9b64bf6b263b36d5dbef4f653e236d015ab6;hpb=9779bb8d049ea10798af7cc12de0c26a513d6432;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 7c3f9b6..f383424 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -701,7 +701,7 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"." # use "uchange " to view upstream's changelog of the package: uchange() { if [ -r /usr/share/doc/${1}/changelog.gz ] ; then - most /usr/share/doc/${1}/changelog.gz ; } + most /usr/share/doc/${1}/changelog.gz else echo "No changelog for package $1 found, sorry." return 1