add the manpath to the installer

This commit is contained in:
Michael Merickel 2015-04-12 20:30:47 -04:00
parent 1e4a4a2e9f
commit 76f985b92d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ if [ -n "$HOME" ]; then
fi
export PATH=$NIX_LINK/bin:$NIX_LINK/sbin:$PATH
export MANPATH=$NIX_LINK/share/man:$MANPATH
# Subscribe the user to the Nixpkgs channel by default.
if [ ! -e $HOME/.nix-channels ]; then