Merge branch 'add-manpath' of git://github.com/mmerickel/nix

This commit is contained in:
Shea Levy 2015-04-16 21:57:41 -04:00
commit 9b1866b721

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