diff options
author | Shea Levy <shea@shealevy.com> | 2015-04-17T01·57-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2015-04-17T01·57-0400 |
commit | 9b1866b721ba683ac9ec6b8b9a67da25e3183ebf (patch) | |
tree | 03b204136db35f0c0d5c9d659bb49b72cacbce60 | |
parent | 035aeb9547d4a33fe9037bc86f2ceeb9cbcf847b (diff) | |
parent | 76f985b92d95fef967c1f3193d05244ced15420b (diff) |
Merge branch 'add-manpath' of git://github.com/mmerickel/nix
-rw-r--r-- | scripts/nix-profile.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in index a91b54bd589f..eb34fcd75129 100644 --- a/scripts/nix-profile.sh.in +++ b/scripts/nix-profile.sh.in @@ -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 |