Find a file
Peter Simons 432d71f3ed modules/programs/bash: major clean-up and re-factoring of /etc/profile and /etc/bashrc
* Moved bash-specific code from /etc/profile to /etc/bashrc.

 * Moved general Bourne shell code from /etc/bashrc to /etc/profile.

 * Added "include guards" to both files to ensure that they aren't sourced
   multiple times (which would result in lots of redundancy in $PATH, etc.).

 * Both files include each other to make sure that the correct system
   environment is always defined.

 * When the current user has installed the 'bash-completion' package in her
   $HOME/.nix-profile, programmable completion is automatically enabled in
   interactive shells.

 * The /etc/skel/.bashrc we installed has been dropped because it is redundant.

svn path=/nixos/trunk/; revision=29451
2011-09-23 14:21:36 +00:00
doc strip trailing whitespace; no functional change 2011-09-14 18:20:50 +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 strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
modules modules/programs/bash: major clean-up and re-factoring of /etc/profile and /etc/bashrc 2011-09-23 14:21:36 +00:00
tests svn path=/nixos/trunk/; revision=29435 2011-09-22 08:27:29 +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 * URL updates. 2008-05-09 15:08:43 +00:00
release.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** 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.