forked from lix-project/lix
add the manpath to the installer
This commit is contained in:
parent
1e4a4a2e9f
commit
76f985b92d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue