
* 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
*** 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.
Description
Languages
Nix
96.3%
Shell
1.8%
Python
0.7%
Perl
0.4%
C
0.3%
Other
0.1%