diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/env | 2 | ||||
-rw-r--r-- | etc/parameters | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ PS4='%b%u%s%k%F{cyan}%N%F{default}:%F{yellow}%i%F{default}│' fpath=($ZDIR/functions $ZDIR/completions $fpath) -# Additional zshenv settings from pkg +# Additional zshenv settings from caretaker [[ -r $ZDIR/../provided/env ]] && source $ZDIR/../provided/env export EDITOR==vim diff --git a/etc/parameters b/etc/parameters index 1d097f6..b05e245 100644 --- a/etc/parameters +++ b/etc/parameters @@ -37,7 +37,7 @@ export MAKEFLAGS=j$(grep -c '^processor' /proc/cpuinfo) # Add my own executables, if they're not already in the path [[ $path[1] = $HOME/bin ]] || export PATH=$HOME/bin:$PATH -# Add manuals from pkg to manpath +# Add manuals from caretaker to manpath 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`/" |