* Install ~/.bashrc as a regular file rather than as a symlink.

svn path=/nixos/trunk/; revision=26690
This commit is contained in:
Eelco Dolstra 2011-04-05 11:24:36 +00:00
parent 2ddda472c4
commit d9cf1c2da0

View File

@ -50,6 +50,7 @@ in
# starts as a non-login shell.
source = ./bashrc-user.sh;
target = "skel/.bashrc";
mode = "0644";
}
{ # Configuration for readline in bash.