Don't set $MANPATH

The default is derived automatically from $PATH, so it's in fact
better *not* to set it.
This commit is contained in:
Eelco Dolstra
2014-11-27 17:36:46 +01:00
parent 24d192c8eb
commit e7cd18e907
-1
View File
@@ -40,7 +40,6 @@ in
# TODO: move most of these elsewhere
environment.profileRelativeEnvVars =
{ PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
MANPATH = [ "/man" "/share/man" ];
INFOPATH = [ "/info" "/share/info" ];
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
TERMINFO_DIRS = [ "/share/terminfo" ];