forked from lix-project/lix
Revert "add the manpath to the installer"
This reverts commit 76f985b92d
. We
shouldn't mess with $MANPATH, because on some "man" implementations
(like NixOS'), the default value on $MANPATH is derived from $PATH. So
if you set $MANPATH, you lose the default locations.
This commit is contained in:
parent
ff4de4cb27
commit
e012c126db
|
@ -9,7 +9,6 @@ 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