diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/parameters | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/parameters b/etc/parameters index dbb3419..8246445 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 -check_com manpath && [[ -z $MANPATH ]] && export MANPATH=$(manpath):$HOME/packages/.collected/man +which manpath &> /dev/null && [[ -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`/" |