forked from lix-project/lix
Merge branch 'add-manpath' of git://github.com/mmerickel/nix
This commit is contained in:
commit
9b1866b721
|
@ -9,6 +9,7 @@ if [ -n "$HOME" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PATH=$NIX_LINK/bin:$NIX_LINK/sbin:$PATH
|
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.
|
# Subscribe the user to the Nixpkgs channel by default.
|
||||||
if [ ! -e $HOME/.nix-channels ]; then
|
if [ ! -e $HOME/.nix-channels ]; then
|
||||||
|
|
Loading…
Reference in a new issue