diff options
Diffstat (limited to 'lib/common.nix')
| -rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index 54b28ea..79ad4bc 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -387,6 +387,7 @@ in { enable = true; profileExtra = '' # put SSH_AUTH_SOCK here? + [[ -f "${homedir}/.bashrc.local" ]] && . "${homedir}/.bashrc.local" ''; initExtra = '' #DIR=~/.nix-profile/etc/profile.d |
