summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index ebb4471..b436748 100644
--- a/etc/rc
+++ b/etc/rc
@@ -23,6 +23,7 @@ export MPD_HOST=saviour
[ $uname = Linux ] && export LANG=en_US.UTF-8
[ $uname = 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`/"
export HOST
+[ $uname = Linux ] && export MANPATH=$(manpath):$HOME/packages/.collected/man
# Fancy directory colors
[ $uname = Linux ] && eval $(dircolors -b $HOME/packages/zsh/etc/dircolors)