From 3a9bc941507dff599842c163298eba3b87624211 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 8 Mar 2009 21:47:16 +0100 Subject: parameters: Set manpath if "manpath" is available --- etc/parameters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/parameters b/etc/parameters index 1e307cc..dbb3419 100644 --- a/etc/parameters +++ b/etc/parameters @@ -24,6 +24,6 @@ compdump=~/var/cache/zsh/compdump [[ $path[1] = $HOME/bin ]] || export PATH=$HOME/bin:$PATH # Add manuals from pkg to manpath -linux: [[ -z $MANPATH ]] && export MANPATH=$(manpath):$HOME/packages/.collected/man +check_com manpath && [[ -z $MANPATH ]] && export MANPATH=$(manpath):$HOME/packages/.collected/man openbsd: export PKG_PATH="ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`machine -a`/:ftp://openbsd.ftp.fu-berlin.de/pub/OpenBSD/`uname -r`/packages/`machine -a`/" -- cgit v1.2.3