summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-11 12:01:26 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-11 12:01:26 +0200
commit8c9bdb85187530f7174a35f12b4ce80ae890d51c (patch)
treeda689b30b64bdaa8ff3a1941a152cf0402779d70
parent24468fbe58af58ce5fa6fb45f7c927fd52e34548 (diff)
pkg → caretaker
-rw-r--r--etc/env2
-rw-r--r--etc/parameters2
-rw-r--r--hooks/post-update2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/env b/etc/env
index 1485541..ee344b5 100644
--- a/etc/env
+++ b/etc/env
@@ -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