diff options
-rw-r--r-- | etc/env | 2 | ||||
-rw-r--r-- | etc/parameters | 2 | ||||
-rw-r--r-- | hooks/post-update | 2 |
3 files changed, 3 insertions, 3 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`/" diff --git a/hooks/post-update b/hooks/post-update index f1308ea..cc4ed71 100644 --- a/hooks/post-update +++ b/hooks/post-update @@ -1,5 +1,5 @@ # vim:ft=zsh -## This is a post-update hook for pkg (a vcs-home implementation). +## This is a post-update hook for caretaker (a vcs-home implementation). ## It includes configs provided by other packages ## and sets some more static parameters mkdir -p $HOME/var/cache/zsh |