From d9cf1c2da0234a67d77335a49335b0c30cb8fa12 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Apr 2011 11:24:36 +0000 Subject: [PATCH] * Install ~/.bashrc as a regular file rather than as a symlink. svn path=/nixos/trunk/; revision=26690 --- modules/programs/bash/bash.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/programs/bash/bash.nix b/modules/programs/bash/bash.nix index f99d04e6335..8df97ceac5f 100644 --- a/modules/programs/bash/bash.nix +++ b/modules/programs/bash/bash.nix @@ -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.