Find a file
Peter Simons 8eca4db54a /etc/profile: do not add ~/bin to $PATH in system-wide init file
Users who want a user-specific bin directory to override system paths should
configure that in their user-specific ~/.bashrc, not in the system-wide init
file. The global file shouldn't add directories from user homes to $PATH
without knowing whether those actually exist or whether the users even want
them in $PATH. On my system, for example, there is no ~/bin, so I don't want my
$PATH to look for one. Removing an erroneous entry from $PATH is cumbersome,
but adding one is easy, so it feels better to err on the side of caution.

svn path=/nixos/trunk/; revision=31188
2011-12-31 12:56:45 +00:00
doc * svn.nixos.org -> nixos.org. 2011-10-06 11:29:44 +00:00
gui nixos-gui: Remove dead code, Comment debug. 2011-04-25 22:23:12 +00:00
lib strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
maintainers * Urgh. Stupid S3 location names. 2011-11-08 20:56:33 +00:00
modules /etc/profile: do not add ~/bin to $PATH in system-wide init file 2011-12-31 12:56:45 +00:00
tests * Test whether restarting Upstart jobs works properly if there are 2011-10-13 14:08:00 +00:00
COPYING * Add a license, finally :-) 2010-05-28 11:48:41 +00:00
default.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
README
release.nix * By popular demand, provide an ISO with a more recent kernel. 2011-11-08 19:51:39 +00:00
VERSION

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.