diff options
| author | Ben Sima <ben@bensima.com> | 2026-01-09 05:57:58 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-01-09 05:57:58 -0500 |
| commit | fbb6ff59deed7f8bc4f38ba707def1c7ff475d20 (patch) | |
| tree | 4e64fa5eb371492959e6d2a8b76333abbe5d0e01 /lib/common.nix | |
| parent | 5f37cf1c2a9dade75a4ba1a61ebc0c006b1301ec (diff) | |
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 |
